Resolves a task and updates execution variables.
Resolving a task marks that the assignee is done with the task delegated to them, and that it can be sent back to the owner. Can only be executed when the task has been delegated. The assignee will be set to the owner, who performed the delegation.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
The id of the task to resolve.
A JSON object containing variable key-value pairs.
Indicates whether the response should contain the process variables or not. The
default is false with a response code of 204. If set to true the response
contains the process variables and has a response code of 200. If the task is not
associated with a process instance (e.g. if it's part of a case instance) no
variables will be returned.
Request successful.