Handle BPMN Error
POST/task/:id/bpmnError
Reports a business error in the context of a running task by id. The error code must be specified to identify the BPMN error handler. See the documentation for Reporting Bpmn Error in User Tasks.
Request
Responses
- 204
- 400
- 403
- 404
Request successful.
Returned if the errorCode or id are not present in the request. See the
Introduction
for the error response format.
If the authenticated user is unauthorized to update the task. See the Introduction for the error response format.
Returned if the task does not exist. See the Introduction for the error response format.