update 增加扩展节点信息
This commit is contained in:
parent
da65107b56
commit
587d3d468f
@ -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
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user