terminate is not necessary
This commit is contained in:
parent
2d2c997d6e
commit
b2ba5d3674
|
@ -101,16 +101,6 @@
|
|||
"evaluatorType" : "javascript",
|
||||
"expression": "($.user == null || $.group == null? 'error' : 'assign')",
|
||||
"decisionCases": {
|
||||
"error": [
|
||||
{
|
||||
"name" : "terminate",
|
||||
"taskReferenceName" : "terminate_when_no_user_or_no_group",
|
||||
"type" : "TERMINATE",
|
||||
"inputParameters" : {
|
||||
"terminationStatus" : "COMPLETED"
|
||||
}
|
||||
}
|
||||
],
|
||||
"assign" : [
|
||||
{
|
||||
"name" : "pyrest",
|
||||
|
|
Loading…
Reference in New Issue