...
When you want to let an order wait until an order in another job chain has passed successfully a specific node, you can use the sync job. Here are some use cases:
- two or more job chains. One order in In every job chain is one order. The order can proceed, when they are all on a specific node in their chain.
- Like 1. but now, you want to wait for more than one order.
- You have job chains A,B,C. C can start, when A or B are finished.
1. two or more job chains. One order in every job chain. The order can proceed, when they are all on a specific node in their chain.
- create a job "SynchronizeJobChainsSynchroniseJobChains" named "sync" using the job wizzard in JOE.
...