update 扩展flowable userinfo属性
This commit is contained in:
parent
8e42dab92d
commit
84fbd74d56
@ -7,10 +7,31 @@ export default {
|
||||
},
|
||||
'associations': [],
|
||||
'types': [
|
||||
{
|
||||
'name': 'flowable:extAssignee',
|
||||
'isAbstract': true,
|
||||
'extends': [],
|
||||
'superClass': ['Element'],
|
||||
'meta': {
|
||||
'allowedIn': ['*']
|
||||
},
|
||||
'properties': [
|
||||
{
|
||||
'name': 'body',
|
||||
'type': 'String',
|
||||
'isMany': true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
'name': 'flowable:property',
|
||||
'superClass': ['Element'],
|
||||
'properties': [
|
||||
{
|
||||
'name': 'id',
|
||||
'isAttr': true,
|
||||
'type': 'String'
|
||||
},
|
||||
{
|
||||
'name': 'name',
|
||||
'isAttr': true,
|
||||
@ -25,7 +46,12 @@ export default {
|
||||
},
|
||||
{
|
||||
'name': 'flowable:properties',
|
||||
'isAbstract': true,
|
||||
'extends': [],
|
||||
'superClass': ['Element'],
|
||||
'meta': {
|
||||
'allowedIn': ['*']
|
||||
},
|
||||
'properties': [
|
||||
{
|
||||
'name': 'values',
|
||||
|
Loading…
x
Reference in New Issue
Block a user