State Machine
Why it matters: Model processes that wait for humans, webhooks, or timers.
Workflow state-machine primitive for long-running, event-driven processes with pause/resume.
API endpoints
| Method | Path | Description |
|---|---|---|
POST | /v1/workflows | Start a state machine |
POST | /v1/workflows/:id/events | Send an external event |
GET | /v1/workflows/:id | Get workflow state |