Error Message :
N/A
A Task is:- started by an ACTIVATE_UC_OBJECT task
- started with an exceeded earliest start time
- AFTER a Task with a started period container
Result: The earliest start time of the started Task is ignored. Example: :set &runid# = activate_uc_object('CCALL.SCRI.WAIT', , , 'TZ.CET', "2017-03-30 01:30:00")
:set &runid# = activate_uc_object('CCALL.SCRI.WAIT', , , 'TZ.CET', "CCALL.PERIOD.WAIT")
:set &runid# = activate_uc_object('CCALL.SCRI.WAIT', , , 'TZ.CET', "2017-03-30 02:30:00")
Expected: The third activated task’s earliest start time is ignored, as well as the second’s.
The third task should maintain its start time and get an ENDED_TIMEOUT status, since the start time is exceeded.
Actual: The third activated task’s earliest start time is ignored, as well as the second’s.
The third task’s earliest start time is ignored and so the status does not change to ENDED_TIMEOUT even though the start time was actually exceeded.