Update/Delete Process Variables
POST/process-instance/:id/variables
Updates or deletes the variables of a process instance by id. Updates precede deletions. So, if a variable is updated AND deleted, the deletion overrides the update.
Request
Responses
- 204
- 400
- 500
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.
Update or delete could not be executed, for example because the process instance does not exist.