Handle Failure
POST/external-task/:id/failure
Reports a failure to execute an external task by id. A number of retries and a timeout until the task can be retried can be specified. If retries are set to 0, an incident for this task is created.
Request
Responses
- 204
- 400
- 404
- 500
Request successful.
Returned if the task's most recent lock was not acquired by the provided worker. 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.
Returned if the corresponding process instance could not be resumed successfully. See the Introduction for the error response format.