Skip to main content

Update/Delete Local Execution Variables

POST 

/execution/:id/localVariables

Updates or deletes the variables in the context of an execution by id. The updates do not propagate upwards in the execution hierarchy. Updates precede deletions. So, if a variable is updated AND deleted, the deletion overrides the update.

Request

Responses

Request successful. This method returns no content.