Is there a feature in Quartz.net where jobs can depend on each
other...
Actually, what I am looking for is a solution for following scenario:
- there are 2 jobs job1 and job2
- both jobs are scheduled to run indefinatelly
- job2 should not run unless job1 completes with a sucess code...
Is there a way to do this?
Regards
Z...
I am trying to chain 3 jobs one after the other (upon successful completion).
How (using the quartz_jobs.xml file) can I configure a job chaining?
Browsing through the code I have noticed the class Quartz.Listener.JobChainingJobListener. Should I use the Quartz.Listener.JobChainingJobListener?
What is the best way to achieve that?
Asaf
Hi,
http://quartznet.sourceforge.net/faq.html#howtochainjobs
Good luck
Geoff
--
You received this message because you are subscribed to the Google Groups "Quartz.NET" group.
To post to this group, send email to quar...@googlegroups.com.
To unsubscribe from this group, send email to quartznet+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/quartznet?hl=en.
Can you please provide me a quartz_jobs.xml configuration sample showing how to cause the JobChainingJobListener to trigger an additional job upon completion?
Asaf
--
Thanks,
Swami