Set Retries Async
POST/external-task/retries-async
Sets the number of retries left to execute external tasks by id asynchronously. If retries are set to 0, an incident is created.
Request
Responses
- 200
- 400
- 404
Request successful.
If neither externalTaskIds nor externalTaskQuery are present or externalTaskIds contains null value or
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.