Update Process Variable
PUT/process-instance/:id/variables/:varName
Sets a variable of a given process instance by id.
Request
Responses
- 204
- 400
Request successful.
Bad Request 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.