Build a multi-step workflow visually.
Open the editor
- Go to Flows
- Click New Flow
The canvas
You'll see:
- Left sidebar — Nodes you can add
- Center canvas — Where you build
- Right panel — Node settings
Add an Input node
Every flow starts with an Input node.
- Click + Input in the sidebar
- Click on the canvas to place it
- Define what your flow accepts
Example input:
code
1image (file) — The image to processAdd App nodes
- Click + App in the sidebar
- Search for an app
- Place it on the canvas
Add as many as you need.
Add an Output node
Every flow ends with an Output node.
Define what your flow returns.
Connect the nodes
See Connecting Nodes.
Run the flow
Click Run and provide the input.
Watch each step execute.