Skip to content

Run, stop, and scan statuses

This page describes how to run processing and interpret scan status values.

Scans list showing status and run/stop actions

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

  1. Open scan in DRAFT.
  2. Configure settings and geometry.
  3. Save configuration.
  4. 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: QUEUEDPROCESSINGCOMPLETED 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.