Skip to content

Commit 175d6ba

Browse files
committed
feat: 添加所需flowableDescriptor
1 parent f0c797d commit 175d6ba

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

src/components/bpmnProcessDesigner/package/designer/plugins/descriptor/flowableDescriptor.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1357,6 +1357,62 @@
13571357
"isBody": true
13581358
}
13591359
]
1360+
},
1361+
{
1362+
"name": "ApproveType",
1363+
"superClass": ["Element"],
1364+
"meta": {
1365+
"allowedIn": ["bpmn:UserTask"]
1366+
},
1367+
"properties": [
1368+
{
1369+
"name": "value",
1370+
"type": "Integer",
1371+
"isBody": true
1372+
}
1373+
]
1374+
},
1375+
{
1376+
"name": "ApproveMethod",
1377+
"superClass": ["Element"],
1378+
"meta": {
1379+
"allowedIn": ["bpmn:UserTask"]
1380+
},
1381+
"properties": [
1382+
{
1383+
"name": "value",
1384+
"type": "Integer",
1385+
"isBody": true
1386+
}
1387+
]
1388+
},
1389+
{
1390+
"name": "CandidateStrategy",
1391+
"superClass": ["Element"],
1392+
"meta": {
1393+
"allowedIn": ["bpmn:UserTask"]
1394+
},
1395+
"properties": [
1396+
{
1397+
"name": "value",
1398+
"type": "Integer",
1399+
"isBody": true
1400+
}
1401+
]
1402+
},
1403+
{
1404+
"name": "CandidateParam",
1405+
"superClass": ["Element"],
1406+
"meta": {
1407+
"allowedIn": ["bpmn:UserTask"]
1408+
},
1409+
"properties": [
1410+
{
1411+
"name": "value",
1412+
"type": "Integer",
1413+
"isBody": true
1414+
}
1415+
]
13601416
}
13611417
],
13621418
"emumerations": []

0 commit comments

Comments
 (0)