Skip to main content

Toolbar & Controls

The workflow editor doesn't put everything in one long bar across the top. Its controls sit in four places, each next to the thing it acts on: the panel header on the right for the workflow as a whole, the canvas controls at the bottom-left for moving around, a right-click menu for quick edits, and a small action tray that appears when you hover a block.

This page is the map. It tells you what every control does, when a control is greyed out and why, and which keyboard shortcuts actually work.


Where each control lives

AreaPositionWhat it controls
Panel headerTop of the right-side panelThe whole workflow: going back, variables, saving, running
Panel tabsJust under the panel headerSwitching between the Copilot and the block palette
Canvas controlsFloating pill, bottom-leftGetting around the canvas: pan/select, undo, redo, fit
Right-click menuWherever you right-clickQuick edits on the canvas or on one block
Block action trayAbove a block, on hoverEverything you can do to that one block

The panel header

The header of the right-side panel carries the workflow-level actions. The left group is navigation, the right group is what you do with the workflow.

Left group

ControlWhat it does
BackReturns you to the Workflows list
MoreComing soon — greyed out, with a "More — coming soon" tooltip
VariablesOpens the workflow's Variables panel

Right group

ControlWhat it does
DeployComing soon — greyed out, with a "Deploy — coming soon" tooltip
SaveSaves your changes. The label tells you the current state (see below)
Run / StopStarts a run, and becomes Stop while a run is going

The Save button tells you where you stand

You never have to guess whether your work is stored. The button changes as it goes:

What you seeWhat it means
SaveYou have unsaved changes. Click it (or press Ctrl/Cmd + S)
Saving…Your changes are being stored right now
Saved (with a checkmark)Everything is stored. The button is greyed out because there's nothing left to save

:::tip Save is the one shortcut that never sleeps Ctrl/Cmd + S saves even while your cursor is inside a text field. Every other shortcut steps aside so you can type normally. :::


When Run is greyed out — and why

Run is deliberately strict: it only lights up when a run can actually succeed. Hover the greyed-out button and it tells you exactly what's blocking it.

Tooltip you seeWhat to do
Save your changes firstYou have unsaved edits. Press Save, then Run
Add at least one block firstThe canvas is empty. Add a block, then Run
Copilot is building — please waitThe Copilot is editing the canvas. Let it finish

While a run is starting, the button briefly reads Starting…. Once the run is under way it becomes Stop, and pressing it shows Stopping… until the run actually halts.

:::info Stopping is not the only place runs are controlled The Run/Stop button starts and cancels. A separate status strip appears under the panel while a run is in progress — that's where you Resume a paused run and watch its progress. See Running Workflows. :::


Panel tabs

Under the header the panel has two tabs:

TabWhat's inside
CopilotThe AI assistant that builds and edits the workflow for you — see Copilot
ToolbarThe block palette you drag blocks from — see Creating Workflows

You can resize the panel by dragging its left edge, so you can give the Copilot conversation more room or shrink the panel to see more canvas.

:::note Block settings open full-screen Configuring a block doesn't happen in this panel. Double-click a block — or use Open details in its hover tray — and its settings open in a full-screen view with the block's input and output side by side. :::


Canvas controls (bottom-left)

A small floating pill sits over the bottom-left corner of the canvas.

ControlShortcutWhat it does
Mover / PointerH / VChooses how the mouse behaves on empty canvas
UndoCtrl/Cmd + ZSteps back one change
RedoCtrl/Cmd + Shift + ZSteps forward again
Fit to viewCtrl/Cmd + Shift + FZooms and centres so the whole workflow fits on screen

Mover vs Pointer

The first item is a mode selector: it shows the icon of the mode you're in, and clicking the little chevron next to it opens the choice.

ModeIconWhat dragging on empty canvas does
MoverHandPans the canvas — you move the view around
PointerArrowDraws a selection box — you pick blocks

Press H for Mover (hand) and V for Pointer at any time, without opening the menu.

Undo and Redo dim out when there's nothing left to undo or redo, so the pill always reflects what's actually available.

:::tip Zooming Zoom with your mouse wheel, or pinch on a trackpad. There are no separate zoom buttons — Fit to view is the fastest way back when you've zoomed off somewhere. :::


Right-click menus

Right-clicking gives you the quick actions for whatever is under the cursor. There are two menus.

On empty canvas

ItemShortcutWhat it does
Undo⌘ZSteps back one change
Redo⌘⇧ZSteps forward again
Paste⌘VDrops in the block you last copied
Auto-layout⇧LRearranges every block into a tidy layout
Fit to ViewFits the whole workflow on screen
VariablesOpens the workflow's variables panel

Paste is unavailable until you've copied something, and Auto-layout is unavailable until there are enough blocks to be worth arranging.

On a block

ItemShortcutWhat it does
Copy⌘CCopies this block
Paste⌘VDrops in the block you last copied
DuplicateMakes a second copy of this block on the canvas
DeleteRemoves this block

:::tip Auto-layout is the fix for a messy canvas If a workflow has grown sideways and blocks overlap, right-click the canvas and choose Auto-layout (or press Shift + L). It repositions blocks into a tidy layout. :::


Block action tray

Hover a block and a small tray of buttons appears just above it. This is the fastest route to everything you can do to a single block.

ControlWhat it does
Open detailsOpens the block's full-screen configuration view
Run from hereComing soon — greyed out
Disable / EnableSwitches the block off without deleting it. A disabled block stays on the canvas, dimmed, and is skipped when the workflow runs
LockComing soon — greyed out
DuplicateMakes a copy of the block
Horizontal / Vertical portsFlips which sides of the block its connection points sit on, so you can lay a flow out left-to-right or top-to-bottom
Remove from containerTakes the block back out onto the main canvas. Only appears when the block is currently inside a container
DeleteRemoves the block

Two things behave differently depending on the block:

  • Duplicate isn't available for every block. The Start block and container blocks show a greyed-out Duplicate marked unavailable.
  • Notes are simpler. A Note has no settings, no input and no output, so its tray only offers Disable / Enable, Duplicate and Delete.

:::tip Disable instead of delete while you're testing If a step is getting in the way of a test run, Disable it rather than deleting it. Your configuration stays exactly as it was — enable it again and the step is back, untouched. :::


The empty-canvas launcher

Before you've added your first block, the canvas shows a launcher with the Arketic mark and two commands:

CommandShortcutWhat it does
New Agent⌘⇧ADrops an Agent block straight onto the canvas
Search Blocks⌘KOpens block search so you can type the name of what you need

Once the first block exists, the launcher disappears and the canvas takes over. Ctrl/Cmd + K still opens block search from anywhere in the editor.


Keyboard shortcuts

ShortcutAction
Ctrl/Cmd + SSave — works even while you're typing in a field
Ctrl/Cmd + EnterRun the workflow
Ctrl/Cmd + ZUndo
Ctrl/Cmd + Shift + Z or Ctrl/Cmd + YRedo
Ctrl/Cmd + KSearch blocks
Ctrl/Cmd + \ or Ctrl/Cmd + IOpen or close the block detail view
Ctrl/Cmd + CCopy the selected block
Ctrl/Cmd + VPaste
Ctrl/Cmd + DDuplicate
Ctrl/Cmd + Shift + FFit the whole workflow on screen
Shift + LAuto-layout
VPointer (select) mode
HMover (pan) mode
Delete the selected block — the shortcut shown on the block right-click menu

:::tip Shortcuts get out of your way while you type The moment your cursor is in a text field, the single-key and editing shortcuts stop firing — so typing "v" in a prompt won't switch canvas modes, and Ctrl/Cmd + Z undoes your text instead of your workflow. Save is the one exception: it always saves. :::


Coming soon

These controls are visible in the editor but not active yet. They're shown greyed out with a "coming soon" tooltip rather than hidden, so nothing surprises you later:

ControlWhere
MorePanel header, left group
DeployPanel header, right group
Run from hereBlock action tray
LockBlock action tray