rocket_launch ASAPilot
Get Started

Runs and Execution History

The Runs workspace is where ASAPilot turns automation status into proof. It is the place to inspect what actually executed, what it returned, and why a workflow failed or stayed queued.

Primary controls

Run list and queue visibility

The left rail shows total runs, visible runs, failed runs, and the active queue count so operators can see whether work is stuck or simply still in flight.

Run detail

The detail view exposes status, timestamps, duration, summary text, findings count, error message, and markdown output for the selected automation run.

Payload context

Runs include input and output payload JSON where available, which makes this page useful for debugging automation behavior rather than relying on vague status labels.

How to use Runs well

  1. Start with failed runs if the dashboard feels stale or an automation result looks suspicious.
  2. Read the markdown summary first, then inspect payload JSON only if the summary is missing, vague, or contradictory.
  3. Use the automation filter when reviewing a rollout, because mixed run histories hide regressions.
  4. When you want to execute again, go back to Automations or Home and use the run-now control there.