feat: bpm设计器适配Simple设计器,审批人为空时

This commit is contained in:
Lesan
2024-11-22 16:10:30 +08:00
parent 1d4339fac8
commit 00a19cfc78
2 changed files with 110 additions and 2 deletions

View File

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