The execution log is your primary debugging tool. Every workflow run is recorded with full input/output data at each node.
Key Information
- - Execution status: Success, Error, or Running
- - Node-level data: Input and output for each node
- - Error details: Error message, stack trace, and failed node
- - Timing: How long each node took to execute
Navigating the Execution Log
- Open the Executions tab in the sidebar
- Filter by status: All, Success, Error, Running
- Click an execution to see the full node-by-node breakdown
- Click any node to inspect its input and output data
- Use the timeline view to see execution order and duration
Debugging Workflow
- Find the failed execution in the log
- Click the red node (the one that failed)
- Read the error message — it usually tells you exactly what went wrong
- Check the input data — is the node receiving what you expect?
- Fix the issue and re-execute