Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor changes to 'Using JITL ...'

...

  • JobSchedulerJobChainSplitter
    • The Splitter Job is used to divide processing of a main Job Chain into a number of child Job Chains. These child Job Chains are then processed in parallel.
    • A Sync Job may be defined later in the main Job Chain to bring processing of these child Job Chains back to a single thread.
    • The Splitter Job generates separate Orders for each of the parallel child Job ChainChains. The Splitter Job will then move processing of the main Job Chain to a the Sync Job, if such a Job is defined later in the main Job Chain. The Sync Job will then wait for the Orders processing the parallel child Job Chains to be completed before continuing processing of the main Job Chain.  See the Job Chains article for more information about the patterns that can be executed with the Splitter Job.
  • JobSchedulerSynchronizeJobChains
    • The Sync Job is used to start or continue processing of a main Job Chain after one or more Jobs in different Job Chains have been executed.

...