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

NOT_STARTED

Process instance has been created but execution has not begun

IN_PROGRESS

Process instance is currently active and being executed

COMPLETED

Process instance has successfully finished all required steps

FAILED

Process instance encountered an error and could not complete

Lifecycle Flow

NOT_STARTED IN_PROGRESS COMPLETED
                    
                 FAILED

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