What is a Composer?
A Composer is the top-level orchestrator in Automations. It chains multiple automations and hooks into an ordered sequence that executes from top to bottom. Think of it as the master plan that controls which workflows run and in what order.Creating a Composer
Switch to Test Mode
Composers can only be created in test mode. Use the mode toggle in the sidebar if you’re currently in live mode.
Composer Steps
Each composer contains an ordered list of steps. Steps execute from top to bottom.Step Types
| Type | Description |
|---|---|
| Automation | References a workflow built on the canvas with connected steps |
| Sleep | Pauses execution for a specified duration before continuing |
| Review | Pauses execution and creates a review request with a configurable timeout and message |
| Passthrough | A no-op step that passes data through without modification |
Adding Steps
Click the add button in the composer sidebar to add a new step. Select the step type from the dropdown and configure it.Reordering Steps
Drag and drop steps in the composer sidebar to reorder them. The execution order matches the visual order from top to bottom.Enabling and Disabling Steps
Individual composer steps can be enabled or disabled. Disabled steps are skipped during execution without affecting the rest of the sequence.Managing Composers
Renaming
Click on the composer name to edit it inline.Deleting
Delete a composer from the sidebar. This removes the composer and all its step references.Related Documentation
Workflow Canvas
Build the automations that composers orchestrate.
Triggers
Configure how composers are started.
Test & Deploy
Test and deploy your composer workflows.