Templates
Templates are ready-to-use workflow blueprints. Import any template into AwaitStep and customise it for your use case.
Available templates
| Template | Description | Trigger |
|---|---|---|
| Order Processing | Charge a card, handle payment failures, send a receipt | API |
| Webhook Handler | Receive an HTTP event, process it durably, and acknowledge | HTTP |
| Scheduled Report | Fetch metrics on a schedule, generate a report, email it | Cron |
| Human Approval | Pause a workflow until a human approves or rejects | API |
| AI Agent Loop | Generate content with an AI model, validate quality, retry | API |
Using a template
- From the dashboard, click New Workflow.
- Select Start from template.
- Choose a template from the list.
- AwaitStep imports the workflow IR and opens the canvas.
- Update node configurations — especially any secrets, email addresses, or API endpoints that are specific to your account.
- Deploy.
Template limitations
Templates are starting points. After import, the workflow is fully editable — you can add, remove, or rearrange nodes, change conditions, and swap node types.
Templates do not include environment variable values. You need to configure secrets (API keys, etc.) in Settings → Environment Variables before deploying.