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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
