Workflow Run History
Review past workflow runs and open run details.
Where to find it
In the workflows UI:
/workflows-task/<workflow-id>→ History
Filtering runs
In the History view you can filter runs depending on permissions:
- User/System filtering: available when you have org-level permission to read all workflow runs.
- Without that permission, you typically only see runs you have access to.
Viewing run details
Selecting a run shows details such as:
- Run status (
RUNNING,COMPLETED,FAILED) - Input parameters used for the run
- Attachments (if provided)
- Final response
- Per-task prompt and per-task output
Interpreting task outputs and errors
- If the run is
FAILED, identify the last task with output/error context. - If placeholders are not resolving, confirm the input parameter name matches the placeholder (
{{name}}). - If a run stays
RUNNINGfor a long time, refresh the list/details; the UI does not stream task progress via SSE.
See also: