Enum BPMNGateways
Enum for the BPMNGateways in diagram
Namespace: Syncfusion.JavaScript.DataVisualization.DiagramEnums
Assembly: Syncfusion.EJ.dll
Syntax
public enum BPMNGateways
Fields
| Name | Description |
|---|---|
| Complex | Used to set BPMN Gateway as Complex |
| EventBased | Used to set BPMN Gateway as EventBased |
| Exclusive | Used to set BPMN Gateway as Exclusive |
| ExclusiveEventBased | Used to set BPMN Gateway as ExclusiveEventBased |
| Inclusive | Used to set BPMN Gateway as Inclusive |
| None | Used to set BPMN Gateway as None |
| Parallel | Used to set BPMN Gateway as Parallel |
| ParallelEventBased | Used to set BPMN Gateway as ParallelEventBased |