...
- How to prevent a job run, when another job is running
- Syncronizing job chains. Waiting for the execution of an order in another job chain
- Avoiding the execution of a job chain when an order is already running in the chain
- Parallel Execution
- Waiting for two files. Execute a job for each file. Proceed when both files arrived
- How to wait for an external event. Manually resuming the execution
Trigger Jobs using Eventing
...