Set Retries Sync
PUT/external-task/retries
Sets the number of retries left to execute external tasks by id synchronously. If retries are set to 0, an incident is created.
Request
Responses
- 204
- 400
- 404
Request successful.
In case the number of retries is negative or null, an exception of type InvalidRequestException is
returned. See the Introduction
for the error response format.
Returned if the task does not exist. This could indicate a wrong task id as well as a cancelled task, e.g., due to a caught BPMN boundary event. See the Introduction for the error response format.