Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Typos corrected.

...

  • JobSchedulerJobChainSplitter
    • The Splitter Job is used to divide processing of a main Job Chain into a number of child Job Chains that . 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 Chain. The Splitter Job will then move processing of the main Job Chain to Join or a Sync Job, if such a Job is defined later in 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.

...