Is it possible to update several variables with REST Call in Alfresco Activiti with the request mapping , runtime/process-instances/${processInstanceId}/variables
I succefully updated one single variable with PUT method runtime/process-instances/${processInstanceId}/variables/${variable_name} but cant map a json request in the request mapping to update more than one variable.
Thank you in advance.