Skip to main content
POST
Transition an execution

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required
executionId
string<uuid>
required

Body

application/json
expected_state_version
integer
required
Required range: x >= 1
to_state
enum<string>
required
Available options:
running,
waiting,
succeeded,
failed,
cancelled
idempotency_key
string
required
Required string length: 1 - 128
state_reason_code
string | null
state_summary
string | null
outcome_summary
string | null
failure_summary
string | null

Response

Transitioned execution

The response is of type object.