Retry a rejected operation
Retry a rejected operation
Resends a REJECTED operation as a NEW operation chained to the original via originalOperationId, respecting the retry limit. A non-REJECTED state returns 409 INVALID_STATE_TRANSITION; a chain at the limit returns 409 RETRY_LIMIT_EXCEEDED.
POST
Retry a rejected operation
Authorizations
JWT bearer token issued by the identity provider.
Path Parameters
Operation id (UUID).
Example:
"018f8a3e-4b2c-7c1a-9e5d-2f6a1b3c4d5e"
Response
Created
New chained operation id (UUID).
Example:
"018f8a3e-4b2c-7c1a-9e5d-2f6a1b3c4d5e"
Chain root operation id (UUID) the retry descends from.
Example:
"018f8a2c-1a2b-7c3d-8e4f-5a6b7c8d9e0f"
Chain depth of the new operation.
Example:
1
Initial lifecycle state of the new operation.
Example:
"CREATED"

