[jboss-user] [JBoss jBPM] - Re: Best way to structure a business process with a delay.
gygerl
do-not-reply at jboss.com
Fri Oct 6 05:53:47 EDT 2006
Hi Brado,
I need to do something very close :
- start process
- save information
- wait until next business day
- do some update into a parallel application
- send notification
I've tried to define some timer within a task node, as for example :
| <timer name="wait"
| duedate='2 minutes'
| transition='end' >
| <action name="update"
| class="ch.ne.gubpm.process.action.UpdateSIPPActionHandler">
| </action>
| </timer>
| <transition name="end" to="end"/>
|
but testing this shows me that the task is not waiting the 2 required minutes before calling action and then following transition.
Could you help me anyhow please ?
Thanks in advance.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976529#3976529
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976529
More information about the jboss-user
mailing list