moved from decision to switch for compatibility with new conductor

This commit is contained in:
Marco Lettere 2023-10-12 14:12:18 +02:00
parent f0c3e9ab12
commit 787d1d7272
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
"evaluatorType": "javascript",
"expression": "($.users.length !== 1 ? 'true' : 'false')",
"decisionCases": {
"true": [y
"true": [
{
"name" : "terminate",
"taskReferenceName" : "terminate_when_no_user",