Class BpmnLoops
Defines the type of the Bpmn Loops
None - Sets the type of the Bpmn loop as None
Standard - Sets the type of the Bpmn loop as Standard
ParallelMultiInstance - Sets the type of the Bpmn loop as ParallelMultiInstance
SequenceMultiInstance - Sets the type of the Bpmn loop as SequenceMultiInstance
Inheritance
System.Object
BpmnLoops
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class BpmnLoops : Enum
Fields
None
Declaration
public const BpmnLoops None
Field Value
ParallelMultiInstance
Declaration
public const BpmnLoops ParallelMultiInstance
Field Value
SequenceMultiInstance
Declaration
public const BpmnLoops SequenceMultiInstance
Field Value
Standard
Declaration
public const BpmnLoops Standard
Field Value