feat: bpm设计器适配Simple设计器,操作按钮

This commit is contained in:
Lesan
2024-11-25 14:12:27 +08:00
parent 6041a6eb31
commit 41f8f0cc9a
2 changed files with 188 additions and 3 deletions

View File

@ -1281,7 +1281,32 @@
"isBody": true
}
]
},
{
"name": "ButtonsSetting",
"superClass": ["Element"],
"meta": {
"allowedIn": ["bpmn:UserTask"]
},
"properties": [
{
"name": "flowable:id",
"type": "Integer",
"isAttr": true
},
{
"name": "flowable:enable",
"type": "Boolean",
"isAttr": true
},
{
"name": "flowable:displayName",
"type": "String",
"isAttr": true
}
]
}
],
"emumerations": []
}