-
Bug
-
Resolution: Done
-
Major
-
7.12.0.GA
-
False
-
None
-
False
-
-
-
-
-
-
+
-
-
---
-
---
Output variables are modified, when humanTask is completed. In the "beforeTaskCompletedEvent" event we can see the new values for output task variables, not the old ones.
This is how we get the output vars in beforeTaskCompletedEvent event:
//Output Vars Map<String, Object> outputVariables = event.getTaskContext().loadTaskVariables(event.getTask()).getTaskData().getTaskOutputVariables();