Skip to content

Scan statuses

Statuses shown on the Scans list and scan configuration page.

Scans list with status badges

Status Meaning
DRAFT Configuration in progress; editable
OFFLINE Source or scan not available online
PENDING Ready to queue for processing
QUEUED Waiting for engine capacity
PROCESSING Engine is actively processing
REMOVING Delete/cleanup in progress
COMPLETED Processing finished successfully
FAILED Processing failed; see error on list or config page
REMOVE_FAILED Cleanup failed

Typical workflow

stateDiagram-v2
  [*] --> DRAFT
  DRAFT --> PENDING: Ready
  PENDING --> QUEUED: Start
  QUEUED --> PROCESSING
  PROCESSING --> COMPLETED
  PROCESSING --> FAILED
  COMPLETED --> [*]
  FAILED --> PENDING: Retry