moved from decision to switch for compatibility with new conductor

master
Marco Lettere 7 months ago
parent 47a09e155d
commit 8c032509b2

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

Loading…
Cancel
Save