Workflow Docs

Board toolbar

Top panel, bottom menu bar, and canvas zoom controls.

Board chrome surrounds the canvas: a top-right button to add nodes, a bottom-left action bar for notes and history, and canvas controls for zoom and interaction lock.

For the app header above the canvas (platform, save, active toggle, AI generate, executions), see Top action bar.

Top panel (add nodes)

A + button sits in the top-right Panel on the canvas.

ControlAction
+ (click)Opens the nodes drawer in the left side panel

On hover, a sticky note icon appears below the + button; clicking it adds a sticky note at a fixed default position on the board. The same note type can be added from the bottom bar at the viewport center (preferred).

Bottom menu bar

The bottom-left Panel (offset from the default control position) shows four actions:

ButtonLabelWhat it does
Sticky note iconNoteAdds a sticky note at the center of the current viewport
Align iconCleanRuns auto-align on all nodes, then fit view with padding (layout + camera)
UndoUndoReverts the last graph change; disabled when nothing to undo
RedoRedoRe-applies undone changes; disabled when nothing to redo

Clean rearranges nodes for readability, then frames the whole workflow in view.

Keyboard shortcuts (when not typing in a field):

  • Undo: ⌘/Ctrl+Z
  • Redo: ⌘/Ctrl+Shift+Z

Canvas controls (zoom & lock)

The standard Controls widget (bottom-right) provides:

ControlBehavior
Zoom in / outAdjust canvas zoom
Fit viewFrame all nodes in view
Interactive toggleWhen off, locks dragging, connecting, and selecting nodes on the canvas

Node selection toolbar (on canvas)

When a workflow node or sticky note is selected, a small toolbar may appear on the node (not part of the bottom menu bar):

IconAction
PowerToggle active state (dims the node when inactive)
CopyDuplicate the node (and paste immediately)
TrashDelete the node, its sub-nodes, and related edges

Sticky notes use a compact toolbar-only variant (top-right of the note). Regular nodes show category/id label plus the toolbar when selected.

On this page