FlowState
Specifies the different states a workflow can be in.
Accepted Values
Name Value None 0 WaitingForRequest 1 Finished 2
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.