Retour aux docs

Workflow Builder

Design automations visually with the node-based editor.

4 juin 2026builder · nodes · automation · visual
⚡ The Workflow Builder is a visual node editor — connect blocks to define your automation logic.

Interface Layout

⬅ Node Palette

Browse & drag available node types

🖼 Canvas

Drop & wire your nodes together

➡ Inspector

Configure the selected node

⬆ Toolbar

Save, run, undo/redo, publish

Node Types

Node Purpose
TriggerStarts the flow: manual, cron, webhook, or event
ActionPerforms work: HTTP call, email, DB write, script
ConditionBranches the flow with if/else logic
TransformMutates data between steps
WaitPauses execution for a set duration

Building a Workflow

1
Drag a Trigger node onto the canvas
2
Add Action or Condition nodes
3
Wire nodes by dragging from output port to input port
4
Configure each node in the Inspector panel
5
Click Test Run to simulate — nodes turn green (success) or red (error)
6
Publish to activate the workflow
Workflow Builder – Crafvy Docs