Workflow Console
Live workflow execution console with logs and streaming output.
Overview
| Property | Value |
|---|---|
| Key | workflow_console |
| Category | Utility |
The Workflow Console widget displays a real-time log of everything that happens during workflow execution. Each entry is tagged with the block that produced it, its status, and a timestamp. The widget is responsive to panel width and adjusts its layout automatically.
Features
- Real-time log stream -- entries appear as each block executes, showing block name, type, status, and output
- Filter by status and block -- a filter popover lets you toggle visibility for
errorandinfostatuses, and check or uncheck individual blocks by name; active filters are highlighted on the filter icon - Sort by time -- toggle between ascending and descending chronological order with a single header button
- Structured view -- a toggle that switches log entries into a formatted JSON-style layout for inspecting complex output objects
- Wrap text -- a toggle that controls whether long log lines wrap or scroll horizontally
- Export to CSV -- downloads the current (filtered) console entries as a CSV file
- Clear console -- deletes all entries for the active workflow from the console store
- Workflow selector -- header dropdown to switch between workflows; respects pair-color syncing when linked
Usage
Adding the widget
Open the widget picker and select Workflow Console. It loads entries for the active workflow in the current workspace.
Header layout
- Center -- workflow selector dropdown
- Right -- toolbar with filter, sort, structured view, wrap text, export CSV, and clear buttons (all grouped)
Key interactions
- Run a workflow from the editor or chat and watch entries stream into the console
- Open the filter popover to narrow results to specific blocks or error-only entries
- Toggle structured view to read JSON payloads more easily
- Toggle wrap text when entries contain long single-line strings
- Click the download button to export filtered entries as CSV for offline analysis
- Click the trash button to clear the console for the current workflow
Pair color syncing
When assigned a pair color, the console automatically follows the workflow selected in the paired editor. When the pair color is gray, you can independently choose which workflow to monitor via the header dropdown.
Pair this widget with the Workflow Editor to see live execution logs for the workflow you are building.