Portal Community

What the Observer Panel Shows

Execution Status
Node List
Logs
Node Inspector
Log Detail
Execution Status tab selected — shows overall status, duration, progress bar, and error summary.

Docked vs Floating

The panel can be positioned in two ways:

Toggle between modes using the button in the panel's title bar.

When It Appears

Package Architecture

The Observer Panel is a standalone, embeddable package — not tightly coupled to the Flow Studio designer:

PackageRole
flow-observer-panelReact component layer — FlowObserverPanel, TabBar, tab content components
flow-observer-coreEngine, store, types, hooks — no React dependency; can be used headlessly

This split allows the Observer Panel to be embedded in other apps (e.g., a standalone execution monitoring dashboard) without pulling in the full designer.

Built-In Tabs at a Glance

TabPurposeGuide
Execution StatusOverall run status, timing, progress, errorsGuide 8
Node ListPer-node status, duration, retry count, jump-toGuide 9
LogsReal-time log stream, filter by level/node, searchGuide 10
Node InspectorInput/output data JSON for a selected nodeGuide 11
Log DetailExpanded single log entry with structured data and stack traceGuide 10