Skip to content
Wwauldo studio
Agents Workflows Stats History Team Settings Docs
·· loading…
studio/workflow editor

Workflows

Visual orchestration on top of your agents — Step Functions style.

// orchestration layer

Build a workflow visually.

Compose agents and tools as a state machine. Branch on conditions, retry on failure, surface the trace at every step.

Pick a node on the canvas to edit its properties.

ⓘ agent:<id> resolves a deployed agent for this tenant. Up to 4 agent states per workflow, 60s per state.

Runtime cap is 60s per Wait.

Each rule reads $.field from current state I/O. Operators: eq, neq, gt, lt, contains.

Applied to every element of the array concurrently. tool:<name> only — agent:<id> isn't supported inside Map.


        
scroll = zoom · drag canvas = pan · drag node = move · press ? for shortcuts
connect mode — click source, then target · Esc to cancel
Shortcuts
Mouse
ScrollZoom in / out
Drag canvasPan
Drag nodeMove
Click nodeSelect / edit in sidebar
Click edgeDelete connection (confirm)
Click emptyDeselect
⤳ then 2 nodesCreate a connection
Keyboard
Del · ⌫Delete selected state
EscDeselect
Ctrl+SSave
Ctrl+EnterRun
Ctrl++ · −Zoom in / out
Ctrl+0Fit to screen
?Toggle this panel
Last run pending

        
// pick a starting point

New workflow

Every template is runnable end-to-end with the built-in tools. Edit after you pick.

// invoke this workflow

Run workflow

JSON input passed as the run's initial I/O. Leave empty for {}.