Introduction

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

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

Resources

Feature in detail

There is no content with the specified labels

How To ... Instructions

Frequently Asked Questions

There is no content with the specified labels

Examples in detail

 

  • No labels