Skip to main content

Run History

Per-flow ActionFlow runs in the app. Filter by status, trigger, and date. Rerun when the run allows it.

Run History

Every ActionFlow execution is stored as a run. Open ActionFlow → Run History (/actionflows/{actionFlowId}/run-history) or the same list from Actionflow Studio’s left nav.

What a run captures

  • Identity: a run id, the ActionFlow, and the trigger (manual, webhook, api, schedule, subflow).
  • Timing: created, started, completed, and duration.
  • Status: queued, running, completed, failed, canceled, waiting for approval, and similar.
  • Inputs and outputs: trigger payload plus per-node results, token usage, and credit cost.
  • Failure reason: when a node or the run fails.

Filtering and actions

Filter by status, trigger source, and date range. Open a run for node outputs and credits.

Rerun is available when the app marks the run as rerunnable (canRerun). Waiting runs can be canceled. HITL pauses belong in Approvals.

On this page