Enum BPMNEvents
specifies Enum for the BPMNEvents in diagram
Namespace: Syncfusion.JavaScript.DataVisualization.DiagramEnums
Assembly: Syncfusion.EJ.dll
Syntax
public enum BPMNEvents
Fields
Name | Description |
---|---|
End | Used to set BPMN Event as End |
Intermediate | Used to set BPMN Event as Intermediate |
NonInterruptingIntermediate | Used to set BPMN Event as NonInterruptingIntermediate |
NonInterruptingStart | Used to set BPMN Event as NonInterruptingStart |
Start | Used to set BPMN Event as Start |
ThrowingIntermediate | Used to set BPMN Event as ThrowingIntermediate |