Workflows
Create and run workflows using the visual builder.
Where to find it
Workflows are currently exposed in the app UI at:
- Workflow list:
/workflows-task - Workflow builder:
/workflows-task/<workflow-id>
Core concepts
- Input parameters define the run-time form fields (and can be referenced in prompts via
{{variable}}). - Nodes + edges define execution order from Input → Task(s) → Output.
- Runs capture inputs, status (
RUNNING/COMPLETED/FAILED), and task-level outputs.
Learn more: