Update Local Task Variable
PUT/task/:id/localVariables/:varName
Sets a variable in the context of a given task.
Request
Responses
- 204
- 400
- 500
Request successful.
The variable name, value or type is invalid, for example if the value could not be parsed to an Integer
value or the passed variable type is not supported or a new transient variable has the name that is
already persisted. See the Introduction
for the error response format.
The variable name is null, or the Task id is null or does not exist. See the
Introduction
for the error response format.