Back to changelog
FeatureFunctions

Visual workflow builder

A node-based React Flow editor for authoring workflows. Steps connect by edge, target dimensions per step, and surface a live dispatch graph in the attunement view.

The workflow editor is now a node-based canvas you drag and connect.

React Flow editor

Workflow steps render as nodes; edges express the dispatch order. Each step has its own form for parameters, target dimension, and a may_dispatch_to field for cross-workflow chaining. Saving round-trips through the publish API without dropping per-step fields.

Workflows list view

A workflows list view in the dimension navigation shows every workflow in scope with last-run time, owner, and step count. The dimension dropdown tolerates workflows that target a different mirror.

Run-with-me dispatch graph

When you run a workflow alongside the agent, the attunement view renders the live dispatch graph. Each step lights up by status (pending, running, complete, andon) and groups its child Work Orders so you can audit a long run without scrolling a flat list.

Reliability: per-step status now uses a position-index fallback for workflows that do not author step_id, so dots fill correctly across the legacy author shape and the new builder.