workflows
Installation
SKILL.md
Overview
Workflows are async tasks processed by background workers. Two runners:
| Runner | Use Case | Features |
|---|---|---|
| SQS | Simple fire-and-forget tasks | Fast, no dependencies, max 15min delay |
| Hatchet | Complex workflows needing retries, multi-step, or long delays | Typed outputs, configurable timeouts, observability |