modernize group_add/delete and invitation accepted
This commit is contained in:
parent
4ac9f1189b
commit
488fa4bff7
|
@ -65,7 +65,7 @@
|
||||||
"name": "check_user_existance",
|
"name": "check_user_existance",
|
||||||
"taskReferenceName": "check_user_existance",
|
"taskReferenceName": "check_user_existance",
|
||||||
"inputParameters": {
|
"inputParameters": {
|
||||||
"user": "${select_user.output.result[0]}"
|
"user": "${select_user.output.result}"
|
||||||
},
|
},
|
||||||
"type": "SWITCH",
|
"type": "SWITCH",
|
||||||
"evaluatorType" : "javascript",
|
"evaluatorType" : "javascript",
|
||||||
|
|
Loading…
Reference in New Issue