Class BpmnTriggers
Defines the type of the Bpmn Triggers
None - Sets the type of the trigger as None
Message - Sets the type of the trigger as Message
Timer - Sets the type of the trigger as Timer
Escalation - Sets the type of the trigger as Escalation
Link - Sets the type of the trigger as Link
Error - Sets the type of the trigger as Error
Compensation - Sets the type of the trigger as Compensation
Signal - Sets the type of the trigger as Signal
Multiple - Sets the type of the trigger as Multiple
Parallel - Sets the type of the trigger as Parallel
Cancel - Sets the type of the trigger as Cancel
Conditional - Sets the type of the trigger as Conditional
Terminate - Sets the type of the trigger as Terminate
Inheritance
System.Object
BpmnTriggers
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class BpmnTriggers : Enum
Fields
Cancel
Declaration
public const BpmnTriggers Cancel
Field Value
Compensation
Declaration
public const BpmnTriggers Compensation
Field Value
Conditional
Declaration
public const BpmnTriggers Conditional
Field Value
Error
Declaration
public const BpmnTriggers Error
Field Value
Escalation
Declaration
public const BpmnTriggers Escalation
Field Value
Link
Declaration
public const BpmnTriggers Link
Field Value
Message
Declaration
public const BpmnTriggers Message
Field Value
Multiple
Declaration
public const BpmnTriggers Multiple
Field Value
None
Declaration
public const BpmnTriggers None
Field Value
Parallel
Declaration
public const BpmnTriggers Parallel
Field Value
Signal
Declaration
public const BpmnTriggers Signal
Field Value
Terminate
Declaration
public const BpmnTriggers Terminate
Field Value
Timer
Declaration
public const BpmnTriggers Timer
Field Value