Set Retries
PUT/external-task/:id/retries
Sets the number of retries left to execute an external task by id. If retries are set to 0, an incident is created.
Request
Responses
- 204
- 400
- 404
Request successful.
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.
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.