Are you running a thread that fires rules [ksession.fireUntilHalt();] as described in the link below?
http://downloads.jboss.com/drools/docs/5.0.1.26597.FINAL/drools-flow/html/ch03.html#sec.timers Renato Herebia wrote: > Hi! > > I'm testing the timer node and I did a simple flow with start node, > action node (System.out.println("action node 1");), > a timer node, other action node (System.out.println("action node 2");) > and the end node. When the process start, > the first action node is triggered, after that, the timer node is > activated and don't pass for the next action node after > the delay time programmed. > > Has any configuration to do when working with timer nodes (handlers, > etc.)? Someone has a simple example like > this I'm testing? > > Thanks! > > -- > Renato Herebia > ------------------------------------------------------------------------ > > _______________________________________________ > rules-users mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-users > _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
