Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Section order changed

Table of Contents

Scope

Feature Availability

Display feature availability
StartingFromRelease1.11.5

The CheckHistory  JITL Job is intended as a replacement for the deprecated JobSchedulerCheckRunHistory Job.

  • While the JobSchedulerCheckRunHistory Job queried the JobScheduler, the CheckHistory Job uses the Web Services to query the reporting database.

Use

Use

  • The CheckHistory Job provides a method of using individual Job or Monitor scripts to check:
    • at what point in time a specific Job, Job Chain
    The CheckHistory Job provides a method of using individual Job or Monitor scripts to check:
    • at what point in time a specific Job, Job Chain or Order running on a Job Chain has been executed and
    • what execution result (success or failure) was created on completion of the Job, Job Chain or Order.
  • The intention behind checking the job execution history is to enable automated decision making based on the point in time or execution result of a previous Job, Job Chain or Order start.

Scope

Feature Availability

Display feature availability
StartingFromRelease1.11.5

The CheckHistory  JITL Job is intended as a replacement for the deprecated JobSchedulerCheckRunHistory Job.

  • While the JobSchedulerCheckRunHistory Job queried the JobScheduler, the CheckHistory Job uses the Web Services to query the reporting database.

Feature Description

  • A Java object is provided for history checks that can be used:
    • in individual jobs that are created with Java or JavaScript.
    • in individual job monitors with Java or JavaScript.
  • The properties and methods of the object provided can be used to:
    • get the information for a given Job, Job Chain or Order.

...