WorkflowElementType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class WorkflowElementType
public enum WorkflowElementType
type WorkflowElementType =
Public Enum WorkflowElementType
- Inheritance
-
WorkflowElementType
Fields
Name | Value | Description |
---|---|---|
Approval | 0 | |
Task | 1 | |
Subworkflow | 2 | |
AutomatedTask | 3 | |
ConditionalGateway | 4 | |
Start | 5 | |
End | 6 | |
ManualGateway | 7 | |
Parallel | 8 | |
ParallelBranch | 9 | |
LineItemWorkflow | 10 |