Skip to main content
POST
Handle BPMN Error

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

The id of the task a BPMN error is reported for.

Body

application/json
errorCode
string | null

An error code that indicates the predefined error. It is used to identify the BPMN error handler.

errorMessage
string | null

An error message that describes the error.

variables
object | null

A JSON object containing variable key-value pairs.

Response

Request successful.