diff --git a/templates/group_created.json.j2 b/templates/group_created.json.j2 index 804cdf1..14509c6 100644 --- a/templates/group_created.json.j2 +++ b/templates/group_created.json.j2 @@ -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" : {