Flow Studio
Execution Status Tab Overview
The Execution Status tab is the first tab in the Observer Panel. It provides a single-screen summary of the entire workflow execution — current status, timing, node progress, and error details if the run failed.
What It Shows
- Status badge — colour-coded label for the current execution state
- Timing — start time, end time (when complete), and elapsed duration updated in real time
- Progress bar — completed nodes out of total, expressed as a count and percentage
- Execution metadata — ExecutionId, ProcessThread name, triggered-by actor
- Error display — expandable error message and stack trace when status is Failed
Status Values
Pending
Running
Paused
Completed
Failed
When to Use It
- Immediately after clicking Run — to confirm the execution has started
- During a long-running execution — to watch real-time progress
- After a failed execution — to read the top-level error before drilling into the Node List
- To copy the ExecutionId for support or logging correlation
Source
Component: packages/flow-observer-panel/src/components/tabs/ExecutionStatusTabContent.tsx
Store fields used: executionStatus, executionStartedAt, executionCompletedAt, completedNodeCount, totalNodeCount, executionId