Create a Workflow
Create a workflow using the visual builder.
Where to find it
- Workflow list:
/workflows-task - Workflow builder:
/workflows-task/<workflow-id>
Build the workflow
Workflows are node-based graphs connected by edges.
Typical structure:
- Input → Task → Output
Node types:
- Input: defines input parameters and a shared prompt template
- Task: one execution step
- Output: marks the end of the chain
- Sticky note: documentation-only (does not execute)
See: Nodes reference
Input parameters
Define input parameters in the Input node. These render as a form when you run the workflow.
See: Input parameters
Assistant linking (optional)
Link a workflow to an assistant to continue from a workflow run into chat.