Replies: 1 comment 4 replies
-
this situation occurs in the afterVariableChanged method of VariableListener, that is, the second parameter(which is a planning entity object), its field previousTaskOrEmployee is not null but its anchor shadow variable - employee is null. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using the Chained Through Time pattern, is there a situation where the planning entity's planning variable is not empty, but its AnchorShadowVariable is empty?
For example, in the TaskAssigning example(Just using this example to illustrate, not reproducible), a Task's planning variable - previousTaskOrEmployee is an Employee object, but its AnchorShadowVariable is empty (theoretically, at this point, the fields previousTaskOrEmployee and employee should point to the same Employee object)
The above situation only occurs in the Construction Heuristic phase.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions