Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
It looks like TimeWindow.getEnd() no longer returns null and instead returns empty String. Agent code was testing for null to execute code to set end of initialization. Since null is no longer returned that code was never called. Refactor to remove the test and always set the End time when process initialization is done.