Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

closed as not constructive by LittleBobbyTables, gnat, madth3, tkanzakic, brasofilo Apr 18 at 6:32

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

We are currently using UC4 job scheduler for job scheduling. http://www.uc4.com/

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.