Jobs and Runs Lifecycle Status
This page explains the meaning of each status you may see for Jobs and Job Runs in the dashboard.
Job Statuses
A Job represents a group of scenario runs for a project. Its status reflects the overall progress and outcome:
- Created: The job has been created and is waiting to be processed.
- Waiting to build: The job is queued and will be built soon.
- Building: The job is currently being built.
- Build failed: The build process did not complete successfully.
- Build finished: The build process completed successfully.
- Run scheduled: The job is scheduled to run its scenarios.
- Running: The job is actively running its scenarios.
- Completed: All scenarios have finished running. Some may have failed or crashed.
- Timeout: The job took too long and was stopped automatically.
- Cancelling: The job is in the process of being cancelled.
- Cancelled: The job was cancelled before completion.
Note:
A job marked as “Completed” means all its runs are finished, but not necessarily all were successful.
Run Statuses
A Job Run (or subjob) is an individual scenario execution within a job. Its status shows its progress:
- Running: The scenario is currently being executed.
- Success: The scenario finished successfully.
- Fail: The scenario finished but did not succeed.
- Crash: The scenario crashed unexpectedly.
- Timeout: The scenario took too long and was stopped automatically.