Flow Studio
Reading Results
The Observer Panel is your primary interface for understanding what happened during an execution. Its four built-in tabs give you a complete picture: overall status, per-node status, raw logs, and deep node inspection.
Observer Panel Tab Guide
| Tab | Primary Use | Guide |
|---|---|---|
| Execution Status | Overall health: status badge, timing, progress bar | Guide 8 |
| Node List | Per-node status table, click to select on canvas | Guide 9 |
| Logs | Real-time log stream with filtering | Guide 10 |
| Node Inspector | Input data, output data, timing, error for selected node | Guide 11 |
Quick Result Workflow
1
Check Status Tab
Is the execution Completed (green) or Failed (red)? How long did it take?
2
If Failed — Check Node List
Filter by status "Failed" in the Node List tab. Click the failed node to jump to it on the canvas.
3
Inspect the Failed Node
The Node Inspector shows the exact error message, stack trace, and what input data arrived at the node — pinpointing the root cause.
4
Check Logs for Context
Filter the Logs tab to the failed node and check for warnings or errors preceding the failure.
Reading Output Data
To see what a specific node produced:
- Click the node on the canvas (in Execution Mode)
- The Node Inspector tab opens automatically
- Expand the Output Data section
- Use the JSON tree to navigate nested objects and arrays