Hi retoy, Thanks for your comment ;)
Just wanted to mention that halt() should not be used to stop a timer. A timer should stop once the flow execution moves away from it to the next node. ksession.halt() might halt other things running on the session and not only the timer. Nick. -- View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Timers-Week-tp912807p978881.html Sent from the Drools - User mailing list archive at Nabble.com. _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
