Set Variables Async (POST)
POST/process-instance/variables-async
Update or create runtime process variables in the root scope of process instances.
Request
Responses
- 200
- 400
- 403
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
- If none of
processInstanceIds,processInstanceQueryandhistoricProcessInstanceQueryis given - If no or an empty array of
variablesis given - If no process instance ids where found
- If a transient variable is set
- If the engine config flag
javaSerializationFormatEnabledisfalseand a Java serialized variable is given
Returned if the user is not allowed to create the batch.
See the Introduction for the error response format.