[jboss-user] [JBoss jBPM] - Re: Timer repetition functionality

syngolis do-not-reply at jboss.com
Fri Jun 29 03:26:05 EDT 2007


On timers you can set a "duedate" which specifies the first time, the timer is executed, e.g. 1 minute -> timer is executed after one minute.

If a "repeat"-attribut is set, the timer is created again after the time you set here, e.g "repeat=10 seconds" --> timer is executed every 10 seconds as long as the process execution is in this node. You can set the repeat value to "yes" as well. 
This means, that the repeat value is taken from the duedate attribute:
"duedate=1 minute repeat=yes" means execution after 1 minute and repetitions in 1 minute cycles. AFAIK the value "no" is not possible. If you want no repeat don't set it.

I hope that helps.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059028#4059028

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059028



More information about the jboss-user mailing list