# Executions (/docs/executions)

Viewing and inspecting workflow runs.



When a workflow runs, an execution record captures every node's status, output, errors, timing, source metadata, and AI usage when applicable.

Use execution records to:

* See which nodes ran, failed, or were skipped
* Inspect node output and errors
* Add notes to important runs from the editor executions panel
* Compare automatic run labels, trigger source, duration, and AI token/cost totals
* Re-run supported trigger contexts from the editor when available

Pages [#pages]

* [Execution History](/docs/executions/history) - browse past runs by workflow
* [Run Detail](/docs/executions/run-detail) - inspect node-level results
* [Error Handling](/docs/executions/errors) - diagnose and fix failures
