FlowActionType
Specifies the types of actions that can be performed in a workflow.
Accepted Values
Name Value Start 0 Continue 1
Note
- Start: Represents the action to start a workflow.
- Continue: Represents the action to continue an existing workflow.
This enum is used to define the action type in workflow operations.