{{prev_output}} template variable.
Create a new workflow
1
Open Workflows
Press ⌘3 or click the Workflows icon in the left sidebar.
2
Click New Workflow
Click the + New button at the top of the workflow list.
3
Fill in details
Enter a Name, optional Description, and choose an Icon and Color.
4
Add the first step
Click Add Step. Choose a step type:
prompt, transform, condition, or human_review.
See Step Types & Templates for details.5
Write the step instruction
Use plain language plus template variables (
{{ input }}, {{ document }}, {{ prev_output }} ). See the Step Types page for variable reference.6
Add routing rules (optional)
Click Add Rule on a step to control what happens after it runs — continue, retry, or skip.
See Routing Rules for details.
7
Add more steps
Repeat steps 4–6 until the pipeline is complete. Drag steps to reorder them.
8
Save the workflow
Click Save. The workflow appears in the list and is ready to run.
Running a workflow
- Select the workflow from the list.
- Click Run (or press ⌘↵).
- Optionally type an initial input in the prompt box before running.
- Watch each step execute in sequence in the chat panel.
Editing a workflow
- Click the workflow in the list.
- Click the Edit (pencil) icon.
- Modify any step, reorder steps by dragging, or add/remove steps.
- Click Save to create a new version (previous version is preserved in history).
Deleting a workflow
Click ⋮ → Delete on the workflow card. Built-in workflows cannot be deleted — duplicate them first to modify.Edit this page — Open a pull
request