From 67435074adf38fffa3d0dade60bff19cb63d60f0 Mon Sep 17 00:00:00 2001 From: "m.lettere" Date: Tue, 1 Mar 2022 16:49:37 +0100 Subject: [PATCH] handle gateway --- templates/group_created.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" : {