Run, stop, and scan statuses¶
This page describes how to run processing and interpret scan status values.

Status workflow¶
stateDiagram-v2
[*] --> DRAFT
DRAFT --> PENDING: Set PENDING
PENDING --> QUEUED: START PROCESSING
QUEUED --> PROCESSING
PROCESSING --> COMPLETED
PROCESSING --> FAILED
COMPLETED --> [*]
FAILED --> PENDING: Fix and retry
Full definitions: Scan statuses (reference).
Prepare a scan for processing¶
- Open scan in DRAFT.
- Configure settings and geometry.
- Save configuration.
- Set lifecycle to PENDING (toggle on config page or status control).
Start processing¶
From configuration page (status PENDING):
- Select START PROCESSING.
From scan list (status PENDING or FAILED):
- Select Run/stop (play icon).
Status progresses: QUEUED → PROCESSING → COMPLETED or FAILED.
Stop processing¶
From configuration page (status PROCESSING):
- Select STOP PROCESSING.
From scan list (status QUEUED or PROCESSING):
- Select Run/stop (square icon).
After completion¶
- Status COMPLETED — use View reports on the config page or build/open a report.
- Status FAILED — read error on list tooltip or Pipeline error alert; fix config and retry from PENDING.
Remote status changes¶
Yellow alert: Scan status changed remotely while you were editing. — select Reload latest.