moved from decision to switch for compatibility with new conductor

This commit is contained in:
Marco Lettere 2023-10-12 12:49:36 +02:00
parent de4416c842
commit 0f593d5b8d
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
},
"type": "SWITCH",
"evaluatorType": "javascript",
"caseExpression": "($.user == null ? 'true' : 'false')",
"expression": "($.user == null ? 'true' : 'false')",
"decisionCases": {
"true": [
{