This endpoint restarts a previously failed, timed out, or terminated workflow execution by retrying tasks that did not complete successfully. It aims to resume execution activity from the point(s) of failure.
Behavior of the retry operation:
CANCELED
, FAILED
, FAILED_WITH_TERMINAL_ERROR
, and TIMED_OUT
. Optional tasks are not retried.Updated workflow execution
The response for a failed request.
{- "authentication": {
- "nonce": "hOfy4Zop4N2SPRfl"
}
}
{- "id": "059edaa4-a17a-4102-910e-2c3591500cce",
- "workflowExternalId": "string",
- "version": "string",
- "status": "RUNNING",
- "engineExecutionId": "stringstringstringstringstringstring",
- "createdTime": 1730204346000,
- "startTime": 1730204346000,
- "endTime": 1730204346000,
- "reasonForIncompletion": "string",
- "metadata": {
- "property1": "string",
- "property2": "string"
}
}