v0.0.4b
Progress Status
Jan 1, 2026
Variables
Process instance lifecycle states that indicate the current status of a running process.
Statuses
Status | Description |
|---|---|
| Process instance has been created but execution has not begun |
| Process instance is currently active and being executed |
| Process instance has successfully finished all required steps |
| Process instance encountered an error and could not complete |
Lifecycle Flow
Usage
Tracks the current state of a process instance
Used for filtering and querying process instances
Displayed in dashboards and process lists
Determines available actions and next steps
Enables process monitoring and reporting
State Transitions
NOT_STARTED → IN_PROGRESS: When a user begins working on the process
IN_PROGRESS → COMPLETED: When all required steps and validations pass
IN_PROGRESS → FAILED: When an error occurs during execution
Failed processes may require manual intervention or restart