4.5 Interpreting Status Widgets

Orbnetes deployment and release orchestration documentation for operators and platform teams.

Status widgets are designed for rapid triage. A good dashboard is only useful if operators interpret status consistently.

Recommended status interpretation model:

  • Waiting
    Includes pending approval and queued states.
    Meaning: not executing yet.
    Action: check approvals, runner availability, or tag routing.
  • Running
    Job/pipeline is active.
    Meaning: execution in progress.
    Action: monitor live graph/logs; validate progress and heartbeat freshness.
  • Succeeded
    Completed successfully.
    Meaning: expected outcome reached.
    Action: confirm environment/version state and proceed.
  • Failed
    Execution ended with error.
    Meaning: release risk exists.
    Action: inspect first failing step, validate blast radius, decide rerun/rollback.
  • Canceled
    Intentionally stopped or interrupted.
    Meaning: execution not completed by design.
    Action: verify reason (manual cancel, policy action, dependency path).

Widget reading best practices:

  • Always combine status with time context (ago + full timestamp).
  • Correlate release status and pipeline status; they may differ by phase.
  • Use dashboard as triage surface, then move to release/pipeline/job pages for root cause.

Recommended operator workflow from Dashboard

  1. Check Deployment Activity for failures or unusual spikes.
  2. Verify Current Versions by Environment for actual live impact.
  3. Confirm Agent Health for capacity/routing issues.
  4. Inspect Queue/Live Operations for execution bottlenecks.
  5. Drill down into graph + live logs for exact failure point.

This workflow keeps response fast, consistent, and auditable.