handle gateway

This commit is contained in:
Marco Lettere 2022-03-01 16:49:37 +01:00
parent 04c7bb0ba6
commit 67435074ad
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
"taskReferenceName" : "check_is_gateway",
"type" : "DECISION",
"inputParameters" :{
"group" : "${init.output.result.group}"
"group" : "${workflow.input.group}"
},
"caseExpression": "$.group.toLowerCase().endsWith('gateway') ? 'gateway' : ''",
"decisionCases" : {