Execution history
A record of all flow runs: when they ran, what inputs they received, what outputs they generated, and whether there were errors. The main tool for debugging production flows.
Steps
- 1On the canvas, click the «History» icon in the top bar (clock icon).
- 2The history panel shows the most recent runs with date, duration, and status (success/error).
- 3Click a run to expand it and see each node's detail: input, output, and error if any.
- 4If a node failed, the error appears in red with the exact system message.
- 5Use date filters to search runs in a specific range.
Reference
- Successful run
- All nodes completed without error. Green indicator.
- Failed run
- At least one node failed and no error branch was configured. Red indicator.
- Node input
- Data the node received to execute. Includes the context variables at that moment.
- Node output
- Data the node generated. Available to downstream nodes.
- Retention
- Runs are retained for 30 days. After that they are archived.
Common errors
- Empty history
- The flow never ran in production, or runs are older than 30 days. Run the flow manually to generate a test run.
- «Error in node X: timeout»
- Node X called an external service that didn't respond in time. Check the service's availability.
Next step
Learn to export and import flows as reusable templates.