Process Status
The status
enum for a process execution defines the various states that a process can be in during its lifecycle.
Process States
Status | Description |
---|---|
RUNNING | The process is currently active and executing. |
COMPLETED | The process has successfully completed all its steps. |
FAILED | The process has encountered an error and failed to complete. |
TIMED_OUT | The process exceeded its allotted time and terminated due to timeout. |
CANCELLED | The process was intentionally cancelled by a user or system. |
TERMINATED | The process was forcibly stopped by the system or due to an error. |
REVIEWED | The process has been marked as reviewed after a unexpected termination. |