[Logo] Terracotta Discussion Forums (LEGACY READ-ONLY ARCHIVE)
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
[Expert]
Tree Level Jobs Schedule  XML
Forum Index -> Quartz
Author Message
kumarnku

neo

Joined: 01/30/2010 01:46:34
Messages: 1
Offline

Hi

How to handle Tree Level Job Schedule.

For Eg: Grant Parent is One Job
Parent is Another One Job
Child is Another One Job.

Shedule 1: Fire in Grant Parent. The Grant Parent Call to Parent(Multiple Pare).Then Parent Call to Child(Multiple Child).

How to identify status of Grant Parent Job and Parent Job. How can i get status and how to wait parent job, untill process the all child jobs.

kk
jhouse

seraphim
[Avatar]
Joined: 11/06/2009 15:29:56
Messages: 1703
Offline

There are various ways to accomplish this, none of which are built directly into Quartz. This is workflow-type functionality.


You may use various tactics, such as having jobs schedule/trigger other jobs while then execute, use job/trigger listeners, etc. You may also want to grab one of the various workflow engines out there on the webs and integrate quartz with it / it with quartz.


There is a simple job-chaining listener that is packaged with Quartz.


james
 
Forum Index -> Quartz
Go to:   
Powered by JForum 2.1.7 © JForum Team