Introduction

JobScheduler's unique job and order concept allows:

  • reusable jobs and job chains,
  • dynamic assignment of jobs to different JobScheduler instances.

This can be achieved by the following techniques:

    • passing parameters to jobs and orders when they are started,
    • defining generic jobs which are run with parameters generated on-the-fly,
    • executing jobs in remote JobScheduler instances that are dynamically defined according to the results of previous jobs, environment variables, etc.

Resources

Feature in detail

How To ... Instructions

Frequently Asked Questions

Examples in detail