Portal Community

Observer Panel Tab Guide

TabPrimary UseGuide
Execution StatusOverall health: status badge, timing, progress barGuide 8
Node ListPer-node status table, click to select on canvasGuide 9
LogsReal-time log stream with filteringGuide 10
Node InspectorInput data, output data, timing, error for selected nodeGuide 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:

  1. Click the node on the canvas (in Execution Mode)
  2. The Node Inspector tab opens automatically
  3. Expand the Output Data section
  4. Use the JSON tree to navigate nested objects and arrays