Skip to main content

Process Status

The status enum for a process execution defines the various states that a process can be in during its lifecycle.

Process States​

StatusDescription
RUNNINGThe process is currently active and executing.
COMPLETEDThe process has successfully completed all its steps.
FAILEDThe process has encountered an error and failed to complete.
TIMED_OUTThe process exceeded its allotted time and terminated due to timeout.
CANCELLEDThe process was intentionally cancelled by a user or system.
TERMINATEDThe process was forcibly stopped by the system or due to an error.
REVIEWEDThe process has been marked as reviewed after a unexpected termination.