-
Bug Report
-
Resolution: Unresolved
-
L3 - Default
-
None
-
None
-
None
delegate code such as:
List<String> var = execution.getVariable("var"); // update 1 var.add("newElement"); // update 2 execution.setVariable("var", new ArrayList<String>());
A somewhat realisitic use case would be a process where update 1 and update 2 are executed in two different service tasks.
Update 1 is not reflected as a historic detail.
This is the controller panel for Smart Panels app
- is related to
-
CAM-3442 Implicit variable updates are not reflected in history
- Closed