Class BpmnMessageFlows
Defines the type of the Bpmn Message Flows
Default - Sets the type of the Message flow as Default
InitiatingMessage - Sets the type of the Message flow as InitiatingMessage
NonInitiatingMessage - Sets the type of the Message flow as NonInitiatingMessage
Inheritance
System.Object
BpmnMessageFlows
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class BpmnMessageFlows : Enum
Fields
Default
Declaration
public const BpmnMessageFlows Default
Field Value
InitiatingMessage
Declaration
public const BpmnMessageFlows InitiatingMessage
Field Value
NonInitiatingMessage
Declaration
public const BpmnMessageFlows NonInitiatingMessage
Field Value
value__
Declaration
Field Value
Type |
Description |
System.Int32 |
|