mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-01-03 06:42:27 +08:00
61 lines
1.2 KiB
Markdown
61 lines
1.2 KiB
Markdown
|
|
# bpmn
|
||
|
|
|
||
|
|
**Type:** mxgraph shapes
|
||
|
|
**Prefix:** `mxgraph.bpmn`
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
|
||
|
|
```xml
|
||
|
|
<mxCell value="label" style="shape=mxgraph.bpmn.shape;symbol=message;outline=throwing;" vertex="1" parent="1">
|
||
|
|
<mxGeometry x="0" y="0" width="60" height="60" as="geometry" />
|
||
|
|
</mxCell>
|
||
|
|
```
|
||
|
|
|
||
|
|
## Parameters
|
||
|
|
|
||
|
|
- `outline` - Event type: `start`, `end`, `catching`, `throwing`, `none`
|
||
|
|
- `symbol` - Icon inside: `message`, `timer`, `error`, `cancel`, `compensation`, `link`, `terminate`, `general`, `multiple`, `rule`
|
||
|
|
|
||
|
|
## Shapes (40)
|
||
|
|
|
||
|
|
- `ad_hoc`
|
||
|
|
- `business_rule_task`
|
||
|
|
- `cancel_end`
|
||
|
|
- `cancel_intermediate`
|
||
|
|
- `compensation`
|
||
|
|
- `compensation_end`
|
||
|
|
- `compensation_intermediate`
|
||
|
|
- `error_end`
|
||
|
|
- `error_intermediate`
|
||
|
|
- `gateway`
|
||
|
|
- `gateway_and`
|
||
|
|
- `gateway_complex`
|
||
|
|
- `gateway_or`
|
||
|
|
- `gateway_xor_(data)`
|
||
|
|
- `gateway_xor_(event)`
|
||
|
|
- `general_end`
|
||
|
|
- `general_intermediate`
|
||
|
|
- `general_start`
|
||
|
|
- `link_end`
|
||
|
|
- `link_intermediate`
|
||
|
|
- `link_start`
|
||
|
|
- `loop`
|
||
|
|
- `loop_marker`
|
||
|
|
- `manual_task`
|
||
|
|
- `message_end`
|
||
|
|
- `message_intermediate`
|
||
|
|
- `message_start`
|
||
|
|
- `multiple_end`
|
||
|
|
- `multiple_instances`
|
||
|
|
- `multiple_intermediate`
|
||
|
|
- `multiple_start`
|
||
|
|
- `mxgraph.bpmn`
|
||
|
|
- `rule_intermediate`
|
||
|
|
- `rule_start`
|
||
|
|
- `script_task`
|
||
|
|
- `service_task`
|
||
|
|
- `terminate`
|
||
|
|
- `timer_intermediate`
|
||
|
|
- `timer_start`
|
||
|
|
- `user_task`
|