Handle BPMN Escalation
POST/task/:id/bpmnEscalation
Reports an escalation in the context of a running task by id. The escalation code must be specified to identify the escalation handler. See the documentation for Reporting Bpmn Escalation in User Tasks.
Request
Responses
- 204
- 400
- 403
- 404
Request successful.
Returned if the escalationCode is not provided in
the request. See the
Introduction
for the error response format.
If the authenticated user is unauthorized to update the process instance. See the Introduction for the error response format.
Returned if the task does not exist. See the Introduction for the error response format.