handle gateway

master
Marco Lettere 2 years ago
parent a03e924045
commit 04c7bb0ba6

@ -43,7 +43,7 @@
"inputParameters" :{
"group" : "${init.output.result.group}"
},
"caseExpression": "$.group.toLowerCase().endsWith(" gateway") || $.group.toLowerCase().endsWith("+gateway") ? 'gateway' : ''",
"caseExpression": "$.group.toLowerCase().endsWith('gateway') ? 'gateway' : ''",
"decisionCases" : {
"gateway" : [
{

Loading…
Cancel
Save