Mare Geldenhuys [http://community.jboss.org/people/mgeldenhuys] created the 
discussion

"Re: Advice on how to approach CRON based BPMN2 processes"

To view the discussion, visit: http://community.jboss.org/message/619096#619096

--------------------------------------------------------------
Hi Ed,

what about adding the job to the Quartz scheduler which kicks of the process? 
Meaning, the responsibility of the job which executes in Quartz would be to 
either create a knowledge session or get one from somewhere to start a process. 
This way the schedules are managed by Quartz but what happens when the job is 
executed is managed by JBPM. Then you can also call JBPM to run the process on 
an ad-hoc basis, without having to handle timers that should not fire in the 
process.

Would that work?
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/619096#619096]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to