Skip to main content

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 failedTriggers for the reason.
  • latest cannot be activated. Create a named alias (for example live) first.

Request

Responses

The activation outcome, including per-trigger results.