处理BPMN错误
Reports a business error in the context of a running external task by id. The error code must be specified to identify the BPMN error handler.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The id of the external task in which context a BPMN error is reported.
Body
The id of the worker that reports the failure. Must match the id of the worker who has most recently locked the task.
An error code that indicates the predefined error. It is used to identify the BPMN error handler.
An error message that describes the error.
A JSON object containing variable key-value pairs.
Response
Request successful.