Versions Compared

Key

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

Table of Contents
outlinh1. true
outlinh1. true
1printablefalse
2stylh1. none
3indent20px

Problem:

You have two job chains. Each of them should start on a specific schedule. But the second job chain should only start when the first in completed.

Solution:

Add a sync node at the end of the first job chain and at the start of the second job chain. Please add a dummy start node at the begin of the second job chain as a workaround for JITL-88.

...