Details
-
Bug Report
-
Status: Closed
-
L3 - Default
-
Resolution: Fixed
-
None
-
None
Description
Reproduce:
- have a process instance with a variable that is local to a task
- Try to update or delete this variable in the process instance variable tab in cockpit
- Messagebox says, update was successful, but actually, after reloading the page, the variable still has the old value and a new variable, that is not a local task variable, but a process instance variable has been created with the updated value
—
HINT:
- If variable has a taskId, the update and delete request has to go to a different REST endpoint (task/localVariables instead of execution/localVariables)