You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

</noinclude>

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.

You can download the source for this example from here.

  • No labels