You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Introduction

The JITL CheckHistoryJob template can be used to check past executions of workflows and jobs.

  • The job template makes use of the JS7 - REST Web Service API to retrieve information from the JS7 - History. Operation of the job template requires
    • network access from the Agent that executes the job to the JOC Cockpit instance,
    • availability of the Controller and of JOC Cockpit,
    • authentication and authorization with JOC Cockpit.
  • The job template authenticates with the JS7 - REST Web Service API by use of user account/password and/or by use of a certificate, for details see JS7 - Authentication.
  • The job template checks the execution history of workflows and jobs
    • for execution with a start date or completion date in the given period,
    • for successful or failed execution results.

Usage

When defining the job either:

  • invoke the Wizard that is available from the job properties tab in the Configuration view and select the JITL CheckHistoryJob and relevant arguments from the Wizard

or

  • specify the JITL job class and com.sos.jitl.jobs.checkhistory.CheckHistoryJob Java class name and add arguments specifying what to send and where mail should be sent as explained in the documentation below.

Example

Download: pdwNotificationSOSMailPlainText.json

You can use the job wizard like this:





  • No labels