Skip to main content

Update Task Variable

PUT 

/task/:id/variables/:varName

Updates a process variable that is visible from the Task scope. A variable is visible from the task if it is a local task variable, or declared in a parent scope of the task. See the documentation on variable scopes and visibility.

Note: If a variable doesn't exist, the variable is created in the top-most scope visible from the task.

Request

Responses

Request successful.