Hi experts,
I have several jobs in my system that runs at specific period of time define in OSGI config. But what I really want is add dependency between these jobs. In other words, I want job 2 to wait until job 1 is finished, job 3 to wait on job 4 and so on. I tried couple of experiments with "canRunConcurrently", but it seems that it only applied to same job name and instance.
Any pointers will be greatly appreciated.