๐Ÿ‡ฌ๐Ÿ‡ง EN
๐Ÿ‡ฎ๐Ÿ‡น IT

5. Workflow Monitor

The Workflow Monitor provides a real-time, unified view of all workflow executions across your entire account. Unlike the per-workflow run history, the Monitor shows every run from every workflow in one place, updating live as workflows execute.

Workflow Monitor page
Workflow Monitor โ€” run volume chart, success rate donut, average duration trend, slowest steps, failure-prone workflows, and a peak activity heatmap.

Run Cards

Each active or recent workflow run is displayed as a card. The card shows:

Real-Time Updates

The Monitor page subscribes to live events from the server. You do not need to refresh the page โ€” run cards appear, update, and change their status badges automatically as your workflows execute. This is powered by Flusso's built-in real-time event broadcasting.

New runs appear at the top of the list as soon as they are queued. Status changes (from Queued to Running, from Running to Completed or Failed) are reflected immediately on the card.

Searching & Filtering

Use the filter controls at the top of the Monitor page to narrow down the list:

Viewing Run Details

Click the View button on any run card to open the run detail page. The detail page shows a complete step-by-step execution trace, including:

Run detail execution trace
Execution Details โ€” run summary (status, duration) followed by the execution trace with each step's name, type tag, success status, and timing.

Timelines View

The Timelines page (accessible from the sidebar under Monitor) provides a complementary perspective: a Gantt-style timeline that shows when each step in a workflow run started and how long it ran.

The Timelines page is grouped by workflow. For each workflow, you can see the event stream from the last 24 hours or any currently active run. Each event includes:

Timelines view
Timelines โ€” per-workflow event stream showing step execution events across time.
Use Timelines to: Identify bottlenecks โ€” long bars indicate slow steps. If an AI agent step takes significantly longer than others, consider reducing its max tokens or switching to a faster model.
Run history list for a workflow
Workflow run history โ€” the last 50 runs sorted newest first, with status badges, timestamps, and a link to the full execution trace for each run.

Replaying Webhook Runs

When a workflow is triggered by a webhook, Flusso logs the incoming request (headers and body) to the Webhook Logs. If the workflow fails, you can replay the exact same request without needing the original caller to send it again.

To replay a webhook run:

  1. Open the failed run detail From the Monitor or the workflow's run history, click the failed run.
  2. Click "Replay" The Replay button appears at the top of the run detail page for webhook-triggered runs.
  3. Monitor the new run A new run is created with the same payload. Watch it on the Monitor page.

Tips for Effective Monitoring