update 增加扩展节点信息

This commit is contained in:
LiuHao 2024-01-29 22:26:46 +08:00
parent da65107b56
commit 587d3d468f

View File

@ -7,6 +7,22 @@ export default {
},
'associations': [],
'types': [
{
'name': 'flowable:extCandidateUsers',
'isAbstract': true,
'extends': [],
'superClass': ['Element'],
'meta': {
'allowedIn': ['*']
},
'properties': [
{
'name': 'body',
'type': 'String',
'isBody': true
}
]
},
{
'name': 'flowable:extAssignee',
'isAbstract': true,
@ -19,7 +35,7 @@ export default {
{
'name': 'body',
'type': 'String',
'isMany': true
'isBody': true
}
]
},