feat: bpmn设计器添加assignStartUserHandlerType适配Simple模式

This commit is contained in:
LesanOuO
2024-11-17 14:43:52 +08:00
parent 6ac0ee5844
commit eefabf34a5
3 changed files with 99 additions and 0 deletions

View File

@ -1211,6 +1211,20 @@
"isAttr": true
}
]
},
{
"name": "AssignStartUserHandlerType",
"superClass": ["Element"],
"meta": {
"allowedIn": ["bpmn:StartEvent", "bpmn:UserTask"]
},
"properties": [
{
"name": "value",
"type": "Integer",
"isBody": true
}
]
}
],
"emumerations": []