Skip to main content
POST
Retry a rejected operation

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Path Parameters

operationId
string
required

Operation id (UUID).

Example:

"018f8a3e-4b2c-7c1a-9e5d-2f6a1b3c4d5e"

Response

Created

operationId
string
required

New chained operation id (UUID).

Example:

"018f8a3e-4b2c-7c1a-9e5d-2f6a1b3c4d5e"

originalOperationId
string
required

Chain root operation id (UUID) the retry descends from.

Example:

"018f8a2c-1a2b-7c3d-8e4f-5a6b7c8d9e0f"

retryCount
integer<int32>
required

Chain depth of the new operation.

Example:

1

state
string
required

Initial lifecycle state of the new operation.

Example:

"CREATED"