rewriting to manage also gateways

This commit is contained in:
Marco Lettere 2022-03-01 12:43:30 +01:00
parent 079eaaf63c
commit 2a790c7233
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@
"taskReferenceName" : "check_group_existance", "taskReferenceName" : "check_group_existance",
"type" : "DECISION", "type" : "DECISION",
"inputParameters" :{ "inputParameters" :{
"group" : "${extract_group.output.group}" "group" : "${extract_group.output.result.group}"
}, },
"caseExpression": "(($.group != null) ? 'assign' : 'skip')", "caseExpression": "(($.group != null) ? 'assign' : 'skip')",
"decisionCases" : { "decisionCases" : {