Enum SubProcessType
Specifies the Boundary.
Namespace: Syncfusion.UI.Xaml.Diagram.Controls
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public enum SubProcessType
Fields
| Name | Description |
|---|---|
| Call | Specifies the type of an activity to be a Call Boundary according to BPMN. |
| Default | Specifies the type of an activity to be a Default Boundary according to BPMN. |
| Event | Specifies the type of an activity to be a Event Boundary according to BPMN. |
| Transaction | Specifies the type of an activity to be a Transaction Boundary according to BPMN. |