Skip to Content
Docs are being rebuilt — start at Introduction → How it works.

Execution history

Execution history shows every recorded run for one workflow. Use it to confirm whether a run completed, see when it started, and open step-level details for debugging.

What you can do here

  • Refresh the execution table.
  • Trigger a manual execution for the current workflow.
  • Filter executions by status.
  • Change how many rows are shown.
  • Sort by execution ID, status, started time, and duration.
  • Open an execution’s actions menu.
  • View execution details and expand each workflow step.
Execution History page showing Refresh, Trigger Execution, status filter, row count selector, and a table of workflow executions

How to open execution history

  1. Open Automation Flows.
  2. Find the flow you want to inspect.
  3. Click the execution history action on the flow row or card.
  4. Use Back to Workflows to return to the Flows tab.

Execution table

ColumnWhat it shows
Execution IDA shortened ID for the run. Open details to see the full record.
StatusThe run state, such as COMPLETED.
Started AtDate and time when the run started.
DurationTotal runtime for the execution.
Triggered ByThe source of the run, such as MANUAL.
ActionsOpens the per-run menu.

Filters and table controls

ControlOptionsWhat it changes
All StatusExecution status values returned by the appNarrows the table to a single run status.
ShowRow counts such as 10Changes how many executions appear in the table.
RefreshButtonReloads the latest execution records.
Trigger ExecutionButtonStarts a manual run of the current workflow.

How to open execution details

  1. Click the actions button on an execution row.
  2. Click View Details.
  3. Review the summary cards and workflow steps.
Execution row actions menu showing the View Details option
Execution Details page showing Started At, Duration, Triggered By, Resources, and Workflow Steps

Execution detail fields

FieldWhat it means
Started AtWhen the run began.
DurationTotal time the execution took.
Triggered ByWhether the run was manual or started by another trigger.
ResourcesResource usage reported by the execution, such as tokens when available.
Workflow StepsOrdered steps from the run, each with timing and expandable detail.

How to inspect a workflow step

  1. Open an execution detail page.
  2. Click a row in Workflow Steps.
  3. Compare Input and Output for that step.
  4. Check the started and completed timestamps below the step payloads.
Expanded workflow step showing input, output, started time, and completed time

Retention

Execution history stays with the workflow. Deleting a workflow also deletes its execution history, so use the delete confirmation carefully.