You can create a new workflow from scratch using the visual canvas editor. The workflow starts in Draft status and must be activated before it can be triggered. To create a workflow:Documentation Index
Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
Use this file to discover all available pages before exploring further.
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.

