Run list
From the dashboard, open a workflow to see its run history. The list shows recent runs with status (e.g. succeeded, failed, running), trigger, and timing. Use filters or search to find a specific run.
Run detail
Open a run to see each step (trigger and tasks) with execution status, duration, and inputs/outputs. You can expand a task to inspect the data it received and produced. This helps you verify that references and mappings are correct and see where a run failed.
Debugging failed runs
If a run failed, the run detail shows which task failed and why (e.g. missing input, API error, validation error). Check that task's inputs and the previous steps' outputs. Fix the workflow (e.g. add missing mappings, fix condition expressions, or reconnect branches) and run again. Use manual runs to test fixes before relying on automated triggers.
Retry and artifacts
You can retry failed runs from the run detail when supported. Artifacts (e.g. generated files, images) produced by tasks are available via signed URLs from the run view. For more on runs and the API, see Workflow Runs and Artifacts and the Developer docs for GET app/runs/:id.