v0.32.0
July 3, 2026
The Process Map comes alive: it tells you what is really wired, helps you wire what is missing, and shows real process traffic.
-
Feature
The map tells the truth
Process Map edges are now colored by the real state of the connection — **green** when the wiring truly exists (the event is defined, someone raises it and someone listens), **amber** when partial, **dashed grey** when drawn only, **red** when it points to something that no longer exists. Flow nodes show **badges for the real start modes** (manual 👤, API Trigger 🔗, event ⚡, agent 🤖) read from the flow's Activation settings.
-
Feature
Map diagnostics
A panel on the canvas lists every detected issue (broken links, unwired edges, events with no listeners) with one click to jump to the element. It also surfaces **real wirings that are not on the map yet**, with an "Add edge" button.
-
Feature
Wire it from the edge
Selecting an edge opens the new **edge panel**. On an edge from an *external system* to a flow, the **Wire** button creates the external event and enables event-start on the target flow for you (with explicit confirmation, and never touching the flows' states or tasks). Alternatively you can pick the **direct API Trigger**. Once wired, a ready-to-copy **ingestion snippet** appears for the external system.
-
Feature
Activity on the map
The new **Activity** toggle lights up the real numbers — how many **events flowed** through each wired edge (last 30 days) and how many **active items** each flow has. A green-but-zero edge stands out immediately.
-
Design
Actor node
New drawable element "Actor (human)" — connect it to a flow to state that *a person starts it*. It is verified: if the flow's manual start is disabled, the edge turns red. Also available in the BPMN-Lite text editor (`actor "Operator"`).