Class BpmnTasks
Defines the type of the Bpmn Tasks
None - Sets the type of the Bpmn Tasks as None
Service - Sets the type of the Bpmn Tasks as Service
Receive - Sets the type of the Bpmn Tasks as Receive
Send - Sets the type of the Bpmn Tasks as Send
InstantiatingReceive - Sets the type of the Bpmn Tasks as InstantiatingReceive
Manual - Sets the type of the Bpmn Tasks as Manual
BusinessRule - Sets the type of the Bpmn Tasks as BusinessRule
User - Sets the type of the Bpmn Tasks as User
Script - Sets the type of the Bpmn Tasks as Script
Inheritance
System.Object
BpmnTasks
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class BpmnTasks : Enum
Fields
BusinessRule
Declaration
public const BpmnTasks BusinessRule
Field Value
InstantiatingReceive
Declaration
public const BpmnTasks InstantiatingReceive
Field Value
Manual
Declaration
public const BpmnTasks Manual
Field Value
None
Declaration
public const BpmnTasks None
Field Value
Receive
Declaration
public const BpmnTasks Receive
Field Value
Script
Declaration
public const BpmnTasks Script
Field Value
Send
Declaration
public const BpmnTasks Send
Field Value
Service
Declaration
public const BpmnTasks Service
Field Value
User
Declaration
public const BpmnTasks User
Field Value