Editor Canvas
An overview of the Wire Flow editor canvas, including BPMN elements, connecting nodes, and keyboard shortcuts.
Last updated
An overview of the Wire Flow editor canvas, including BPMN elements, connecting nodes, and keyboard shortcuts.
Wire Flow uses BPMN (Business Process Model and Notation), a standard diagram notation, to represent workflows. If you have used tools like n8n, Lucidchart, or any flowchart tool, the concepts will feel familiar.

Start Event
Thinner circle
Entry point — where the workflow begins
Task
Rectangle with an icon
A unit of work (transform, HTTP call, parse a file, etc.)
Gateway
Diamond shape
A decision point — routes flow based on conditions
End Event
Thicker circle
Exit point — where the workflow finishes
Error Boundary
Small circle on a task's edge
Catches errors from a specific task
Sequence Flow
Arrow between nodes
The path execution follows from one node to the next
Hover over a node — connection point options appear on its edges.
Click and drag from a connection point to another node.
Release to create an arrow (sequence flow).

Click any node to select it. The Properties Panel on the right updates to show that node's configuration fields.
Click on empty canvas space to deselect.

Pan canvas
Click + drag on empty space
Zoom
Ctrl/Cmd + Mouse wheel
Select node
Click
Delete node
Select → Delete or Backspace
Connect nodes
Drag from a connection point on a node's edge
Multi-select
Shift + click
Last updated