Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Download the sample of a job chain for Windows: daily_report.zip
  • Unzip the archive in to the JobScheduler Master's ./config/live folder.
  • The extracted files are offered from a sub-directory ./config/live/daily_report

Building Blocks

  • For starters the jobs are to be used that are explained with individual articles, see Summary.
  • Next a job chain Daily_Report is created that serializes execution of the above jobs.
    • Keep in mind that you will not need all reports as they provide redundant data, e.g. the Task History Report includes similar report data as the Job Stream History Report.
    • Purpose of the reports is to allow different perspectives on history historic data, therefore make your choice which report you will need.
  • Then a send_mail job is added.
  • Finally an order is created to parameterize and to schedule execution of the job chain.

...