var GatewayImgs = {
|
"exclusiveGateway" : "static/images/flow/exclusive_bg.png",
|
"parallelGateway" : "static/images/flow/parallel_bg.png",
|
"inclusiveGateway" : "static/images/flow/inclusive_bg.png"
|
}
|
|
var GatewayImgsBlue = {
|
"exclusiveGateway" : "static/images/flow/exclusive_bg_blue.png",
|
"parallelGateway" : "static/images/flow/parallel_bg_blue.png",
|
"inclusiveGateway" : "static/images/flow/inclusive_bg_blue.png"
|
}
|
|
var GatewayImgsGreen = {
|
"exclusiveGateway" : "static/images/flow/exclusive_bg_green.png",
|
"parallelGateway" : "static/images/flow/parallel_bg_green.png",
|
"inclusiveGateway" : "static/images/flow/inclusive_bg_green.png"
|
}
|
|
var GatewayImgsGray = {
|
"exclusiveGateway" : "static/images/flow/exclusive_bg_gray.png",
|
"parallelGateway" : "static/images/flow/parallel_bg_gray.png",
|
"inclusiveGateway" : "static/images/flow/inclusive_bg_gray.png"
|
}
|