WorkflowInstanceStatus Enum
Some tooltip text!
• 1 minute to read
• 1 minute to read
Status of the workflow instance
Name | Value | Description |
---|---|---|
None | 0 | None |
Idle | 1 | Idle - internally used for two stage insert to avoid race condition duplicates |
Active | 2 | Active (Running) |
Finished | 3 | Finished |
FinishedWithSuccess | 4 | Finished sith success (success criteria reached) |
DropOut | 5 | Dropped out (or faulted) for some given reason |
Cancelled | 6 | Cancelled |
Usage
- workflow_instance.status - A set of properties related to the workflow instance of one participant going through the flow