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 to report a failure for.
Body
An message indicating the reason of the failure.
A detailed error description.
A number of how often the task should be retried. Must be >= 0. If this is 0, an incident is created and
the task cannot be fetched anymore unless the retries are increased again. The incident's message is set
to the errorMessage parameter.
A timeout in milliseconds before the external task becomes available again for fetching. Must be >= 0.
A JSON object containing variable key-value pairs. Each key is a variable name and each value a JSON variable value object with the following properties:
A JSON object containing local variable key-value pairs. Local variables are set only in the scope of external task. Each key is a variable name and each value a JSON variable value object with the following properties:
Mandatory. The ID of the worker who is performing the operation on the external task. If the task is already locked, must match the id of the worker who has most recently locked the task.
Response
Request successful.