{{prev_output}} template variable.
Create a new workflow
Add the first step
Click Add Step. Choose a step type:
prompt, transform, condition, or human_review.
See Step Types & Templates for details.Write the step instruction
Use plain language plus template variables (
{{ input }}, {{ document }}, {{ prev_output }} ). See the Step Types page for variable reference.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.
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