Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.9.7
Description
Current Situation
var jobHistory = new Packages.com.sos.jitl.checkrunhistory.JobHistory( spooler.delegate ); var jobHistoryInfo = jobHistory.getJobInfo( jobName, 100, "" );
does return an error when the given job not exist or did not run.
COM-80020009 Ausnahmefehler aufgetreten. [step] [] [Z-JAVA-105 Java exception com.sos.JSHelper.Exceptions.JobSchedulerException: No entries found for job:issues/final_chain/do_something_job_chain_A, method=spooler_process()Z [], in Remote_module_instance_server::step], method=call
Desired Behaviour
No error should be returned when the given job did not run or does not exist.
Attachments
Issue Links
- relates to
-
JITL-217 Provide a function for checking the job history in job monitors by use of the XML interface
- Released