Skip to main content

FlowActionType

Specifies the types of actions that can be performed in a workflow.

Accepted Values

NameValue
Start0
Continue1
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.