Skip to main content
Version: 8.7 (unreleased)

Update element instance variables

POST 

http://localhost:8080/v2/element-instances/:elementInstanceKey/variables

Updates all the variables of a particular scope (for example, process instance, flow element instance) with the given variable data. Specify the element instance in the elementInstanceKey parameter.

Request​

Responses​

The variables were updated.

curl -L 'http://localhost:8080/v2/element-instances/:elementInstanceKey/variables' \
-H 'Content-Type: application/json' \
-d '{
"variables": {},
"local": false,
"operationReference": 0
}'
Request Collapse all
Base URL
http://localhost:8080/v2
Parameters
— pathrequired
Body required
{
"variables": {},
"local": false,
"operationReference": 0
}