handle gateway

This commit is contained in:
Marco Lettere 2022-03-01 16:40:48 +01:00
parent a03e924045
commit 04c7bb0ba6
1 changed files with 1 additions and 1 deletions

View File

@ -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" : [
{