Scheduler does not show correct status of started Task in AWI and Java GUI
book
Article ID: 84561
calendar_today
Updated On:
Products
CA Automic Workload Automation - Automation EngineAUTOMIC WORKLOAD AUTOMATION
Issue/Introduction
A scheduler (JSCH) has a planned start of an executable object. It affects all executable objects except Workflows (JOBP). Before the executable object starts (in the screenshots it is a JOBS), its status in the Schedule Monitor is correctly given with Waiting for start time:
<Please see attached file for image>
Now the Job starts. Its own Executions show Still active:
<Please see attached file for image>
In the Schedule Monitor, the status of the job goes to Ready for generation:
<Please see attached file for image>
From now on it remains in this status. Even after the Job is finished:
<Please see attached file for image>
it remains in Ready for generation:
<Please see attached file for image>
Cause
The monitor of a schedule object is not updated during the execution of a task. Task state is set to "ready for generation" but not updated anymore afterward if the state of the sub-task is changed.