Versions Compared

Key

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

Table of Contents

Use of Job Chains

Excerpt
  • Job chains can be seen as an assembly line on which multiple job nodes are passed, with each job making up one step in the processing of a chain.
  • Job chains allow to reuse the same jobs in multiple job chains with different parameter sets.
  • Job chains allow to map dependencies, e.g. by continued processing with different job nodes depending on the execution result of previous job nodes.
  • Job chains enable complex workflow patterns such as Split & Sync

...

Read more on

this feature in

the features of Job Chain Objects in the order and job chain documentation.

Job Chain Patterns

Forward Dependency Patterns

...