Enum TaskType
Specifies the TaskTypes.
Namespace: Syncfusion.UI.Xaml.Diagram.Controls
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public enum TaskType
Fields
| Name | Description |
|---|---|
| BusinessRule | Specifies the type of a task to be a Business Rule Task according to BPMN. |
| InstantiatingReceive | Specifies the type of a task to be a InstantiatingReceive Task according to BPMN. |
| Manual | Specifies the type of a task to be a Manual Task according to BPMN. |
| None | Specifies the type of a task to be a none Task according to BPMN. |
| Receive | Specifies the type of a task to be a Receive Task according to BPMN. |
| Script | Specifies the type of a task to be a Script Task according to BPMN. |
| Send | Specifies the type of a task to be a Send Task according to BPMN. |
| Service | Specifies the type of a task to be a Service Task according to BPMN. |
| User | Specifies the type of a task to be a User Task according to BPMN. |