From 787d1d7272c3204669267cb37106e599cd509d74 Mon Sep 17 00:00:00 2001 From: "m.lettere" Date: Thu, 12 Oct 2023 14:12:18 +0200 Subject: [PATCH] moved from decision to switch for compatibility with new conductor --- templates/user-group-role_created.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/user-group-role_created.json.j2 b/templates/user-group-role_created.json.j2 index 3b61a6b..bd50a29 100644 --- a/templates/user-group-role_created.json.j2 +++ b/templates/user-group-role_created.json.j2 @@ -69,7 +69,7 @@ "evaluatorType": "javascript", "expression": "($.users.length !== 1 ? 'true' : 'false')", "decisionCases": { - "true": [y + "true": [ { "name" : "terminate", "taskReferenceName" : "terminate_when_no_user",