In my project we will need to use a job dependancy tree, in other words, a series os jobs that should be triggered by the execution of previous jobs. It could get complex so I was looking for a good framework/API enabled to do that.
I've checked into Quartz but it focuses on scheduling and not on chaining jobs. Are there any other good frameworks to work with that?