I am studying the use of Quartz Scheduler, and I was wondering if it is possible to schedule tasks not in time, but when another task ends. So, when Job A is executed, it starts Job B. When it is done, it starts Job C, etc.
Job A -> Job B -> Job C -> Job A... continuously.
Is this the right tool for the job? Or should I look at something else?
source
share