Execute a workflow
POST/workflows/definitions/:id/execute
Starts an execution of the revision resolved by alias (default latest) or revision. With an idempotencyKey, retries return the original execution with 200 and deduplicated: true.
Request
Responses
- 200
- 202
- 4XX
- 5XX
An execution with this idempotencyKey already exists.
The execution was accepted and started.
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.