1
Go to the Workflows page and click the + New Workflow button.
2
The Workflow Templates modal will open. In the left sidebar, select Blank Workflow and click the Create Blank Workflow button to start from an empty canvas.
3
A new workflow will be created and you will be taken to the visual canvas editor.
4
Enter a name for the workflow in the Workflow name… field.
5
Build your workflow by adding nodes to the canvas. You can add the following node types:
- Trigger — defines the event that starts the workflow.
- Executor — performs a specific operation (e.g., API call, data transformation).
- Conditional — branches the workflow based on conditions organized in cases.
- Action — performs a workflow-level action, such as setting the execution’s final output (
set_output).
6
Connect the nodes by dragging from one node’s output to another node’s input to define the execution flow.
7
Configure each node by clicking on it and filling in the required parameters in the side panel.
8
Click Save to save your workflow.

