moved from decision to switch for compatibility with new conductor
This commit is contained in:
parent
f0c3e9ab12
commit
787d1d7272
|
@ -69,7 +69,7 @@
|
|||
"evaluatorType": "javascript",
|
||||
"expression": "($.users.length !== 1 ? 'true' : 'false')",
|
||||
"decisionCases": {
|
||||
"true": [y
|
||||
"true": [
|
||||
{
|
||||
"name" : "terminate",
|
||||
"taskReferenceName" : "terminate_when_no_user",
|
||||
|
|
Loading…
Reference in New Issue