diff --git a/templates/user-group-role_created.json.j2 b/templates/user-group-role_created.json.j2 index 4b43ce6..fcff4c1 100644 --- a/templates/user-group-role_created.json.j2 +++ b/templates/user-group-role_created.json.j2 @@ -65,7 +65,7 @@ }, "type": "SWITCH", "evaluatorType": "javascript", - "caseExpression": "($.user == null ? 'true' : 'false')", + "expression": "($.user == null ? 'true' : 'false')", "decisionCases": { "true": [ {