BpmnProcessDefine
Field Definitions
| Field | Type | Description |
|---|---|---|
| enable | boolean | Whether enabled, default true |
| hiddenStartProcessPage | boolean | Hide start process page |
| enableNotification | boolean | Enable node transition notification, default true |
| icon | String | Icon |
| color | String | Color identifier |
| xml | String | Workflow configuration |
| roleList | List<String> | Application role list for starting process |
| versionList | List<BpmnProcessVersionDefine> | Version list |
| canComment | boolean | Allow comments, default true |
| canDeleteComment | boolean | Allow deleting comments, default true |
| enableRecordBindMultiInstances | boolean | Allow table record to bind multiple workflow instances |
| recordBindMultiInstancesShowMode | String | Table record detail associated workflow info display mode, default last |
Inner Class Definitions
BpmnProcessVersionDefine
| Field | Type | Description |
|---|---|---|
| id | String | ID |
| name | String | Name |
| xml | String | Workflow configuration |

