Skip to main content

FlowState

Specifies the different states a workflow can be in.

Accepted Values

NameValue
None0
WaitingForRequest1
Finished2
Note
  • None: Represents the initial or undefined state of the workflow.
  • WaitingForRequest: Indicates that the workflow is waiting for a request to proceed.
  • Finished: Represents the state where the workflow has been completed.

This enum is used to track the current state of a workflow within the system.