feat: bpm设计器适配Simple设计器,审批人拒绝时

This commit is contained in:
Lesan
2024-11-22 15:29:42 +08:00
parent 47f1f13ca2
commit 1d4339fac8
3 changed files with 154 additions and 7 deletions

View File

@ -1225,6 +1225,34 @@
"isBody": true
}
]
},
{
"name": "RejectHandlerType",
"superClass": ["Element"],
"meta": {
"allowedIn": ["bpmn:UserTask"]
},
"properties": [
{
"name": "value",
"type": "Integer",
"isBody": true
}
]
},
{
"name": "RejectReturnTaskId",
"superClass": ["Element"],
"meta": {
"allowedIn": ["bpmn:UserTask"]
},
"properties": [
{
"name": "value",
"type": "String",
"isBody": true
}
]
}
],
"emumerations": []