BPMN Gateway in JavaScript Diagram control
18 Nov 20181 minute to read
Gateway
Gateway is used to control the flow of a process and it is represented as a diamond shape. To create a gateway, the shape property of the node should be set as gateway and the gateway property can be set with any of the appropriate gateways. The following code example illustrates how to create a BPMN Gateway.
NOTE
By default, the
gatewaywill be set as none.
There are several types of gateways as tabulated:
| Shape | Image |
|---|---|
| Exclusive | ![]() |
| Parallel | ![]() |
| Inclusive | ![]() |
| Complex | ![]() |
| EventBased | ![]() |
| ExclusiveEventBased | ![]() |
| ParallelEventBased | ![]() |






