Activate an alias
POST/workflows/definitions/:id/aliases/:alias/activate
Turns the alias on: every trigger on its revision registers, so cron schedules start firing, webhooks get a public URL, and event subscriptions are created. Until this call, a published workflow has zero side effects.
- If any trigger fails to register, the response is still 200 but the alias rolls back to inactive: check
failedTriggersfor the reason. latestcannot be activated. Create a named alias (for examplelive) first.
Request
Responses
- 200
- 4XX
- 5XX
The activation outcome, including per-trigger results.
Client error. The body says what went wrong: an error type, a human-readable detail, and, on validation failures, one entry per offending field.
Unexpected server error.