[jboss-user] [JBoss jBPM] - Re: Problems using timers from jbpm

LarryLi do-not-reply at jboss.com
Mon Jun 8 22:33:38 EDT 2009


Sorry,I can't understand your question either.But i can give you some code about using Timer which i had successfully  tested.i hope it's useful for you.


<task-node name="timer" end-tasks="true">
		
		
		
			
		
		
		
</task-node>


public class TimerAction implements ActionHandler {

	public void execute(ExecutionContext executionContext) throws Exception {
		executionContext.leaveNode("dispute");
	}
}


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

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



More information about the jboss-user mailing list