Put Local Execution Variable
PUT/execution/:id/localVariables/:varName
Sets a variable in the context of a given execution by id. Update does not propagate upwards in the execution hierarchy.
Request
Responses
- 204
- 400
Request successful. This method returns no content.
The variable 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. See the Introduction for the error response format.