feat: bpm设计器适配Simple设计器,字段权限

This commit is contained in:
Lesan
2024-11-26 09:45:35 +08:00
parent 513ea33f3f
commit 22e9eb2add
3 changed files with 245 additions and 4 deletions

View File

@ -1305,8 +1305,31 @@
"isAttr": true
}
]
},
{
"name": "FieldsPermission",
"superClass": ["Element"],
"meta": {
"allowedIn": ["bpmn:UserTask"]
},
"properties": [
{
"name": "flowable:field",
"type": "String",
"isAttr": true
},
{
"name": "flowable:title",
"type": "String",
"isAttr": true
},
{
"name": "flowable:permission",
"type": "String",
"isAttr": true
}
]
}
],
"emumerations": []
}