Update Local Task Variable (Binary)
POST/task/:id/localVariables/:varName/data
Sets the serialized value for a binary variable or the binary value for a file variable.
Request
Responses
- 204
- 400
- 500
Request successful.
The variable value or type is invalid, for example if no filename is set. See the Introduction for the error response format.
Variable name is null, or the Task id is null or does not exist. See the
Introduction
for the error response format.