-
Feature Request
-
Resolution: Won't Fix
-
L3 - Default
-
None
-
None
-
None
Original posted as github issue by user danimasa
https://github.com/camunda/camunda-bpm-sdk-js/issues/125
--------------
When I call the store function, all variables are stored but I need only updated variables.
In the current situation, if some variable is changed in some parallel form the current stored variable, even if it is not changed (and in most of my cases the values is only for visualization), is stored with the older value. And in submit function it takes preference over the current value from server.
In my point of view, only changed variables should be stored when I call the store function. The others should always be fetched from server.