Class TaskType
Specifies the TaskTypes.
Inheritance
System.Object
TaskType
Namespace: Syncfusion.UI.Xaml.Diagram.Controls
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class TaskType : Enum
Fields
BusinessRule
Specifies the type of a task to be a Business Rule Task according to BPMN.
Declaration
public const TaskType BusinessRule
Field Value
Type |
---|
TaskType |
InstantiatingReceive
Specifies the type of a task to be a InstantiatingReceive Task according to BPMN.
Declaration
public const TaskType InstantiatingReceive
Field Value
Type |
---|
TaskType |
Manual
Specifies the type of a task to be a Manual Task according to BPMN.
Declaration
public const TaskType Manual
Field Value
Type |
---|
TaskType |
None
Specifies the type of a task to be a none Task according to BPMN.
Declaration
public const TaskType None
Field Value
Type |
---|
TaskType |
Receive
Specifies the type of a task to be a Receive Task according to BPMN.
Declaration
public const TaskType Receive
Field Value
Type |
---|
TaskType |
Script
Specifies the type of a task to be a Script Task according to BPMN.
Declaration
public const TaskType Script
Field Value
Type |
---|
TaskType |
Send
Specifies the type of a task to be a Send Task according to BPMN.
Declaration
public const TaskType Send
Field Value
Type |
---|
TaskType |
Service
Specifies the type of a task to be a Service Task according to BPMN.
Declaration
public const TaskType Service
Field Value
Type |
---|
TaskType |
User
Specifies the type of a task to be a User Task according to BPMN.
Declaration
public const TaskType User
Field Value
Type |
---|
TaskType |