Versions Compared

Key

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

...

Excerpt

The JobScheduler comes with built-in features for implementing forward dependencies for jobs and orders.

  • For startes consider Basic dependencies are implemented by the Objects for Jobs, Job Chains and Orders that implement basic dependencies.
  • Start successor jobs depending Successor jobs can be made to depend on the return code of returned by the current job.
  • Create successor orders for job chains depending on the return code of the current job chain node.

...