[jboss-user] [JBoss jBPM] - Re: How to set the timer duedate dynamicly

2007-10-26 Thread abdelak01
thanks for your answer, I solved the problem by using an action to update the timer due date . here is the action | . | public class UpdatingTimerActionHandler implements ActionHandler { | | private static final long serialVersionUID = 1L; | | | | /** |

[jboss-user] [JBoss jBPM] - how to set a global delay for a process

2007-10-26 Thread abdelak01
hello. actually, I start to use JBPM to manage a process in my project. The process has a global delay. I don't know how to do that. using a timer will not resolve the problem, because the timer is associated with a state and when we leave it, timer will be deleted. any ideas are welcome .

[jboss-user] [JBoss jBPM] - How to set the timer duedate dynamicly

2007-10-25 Thread abdelak01
hello, I've just started to use JBPM, and I'd like to set the timer duedate dinamicly (using process variable). but it doesn't work; here is my process : | process-definition | xmlns=urn:jbpm.org:jpdl-3.1 name=rec_facture |event type=process-start | script |