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.
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 a condition.
Connect the nodes by dragging from one node’s output to another node’s input to define the execution flow.

