Details
-
Fix
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The order object given by spooler_task.order is not available in spooler_task_after() anymore. The behaviour of the current release of JobScheduler 1.3 (1.3.12.3087) is different in this case. Here it is possible to get the order object and - if it's necessary - change the properties of the order (see sample below).
It is often no alternative to use spooler_process_after(), because in this monitor the exit_code of the task is not available (it is always 0).
Monitors like this has to work furthermore:
function spooler_task_after(){
if (spooler_task.exit_code == 2)
}