Re: [rules-users] RHS start ruleflow not executing associated rules

2008-10-15 Thread djouki
As you suggested, I ran the faulty process directly. The error was based in part a misinterpretation of the AND split functionality. It was flowing through unmatching rules and terminating the process before other rules had completed. Resolved it with AND join. Kris Verlaenen wrote: > >> At

Re: [rules-users] RHS start ruleflow not executing associated rules

2008-10-14 Thread Kris Verlaenen
At issue, the rules within the second ruleflow, though activated, are not being executed. Do you have a test case that shows this behaviour? If you open a JIRA and attach the test case, I'll take a look. Have you tried starting the process directly using the startProcess method on the workin

[rules-users] RHS start ruleflow not executing associated rules

2008-10-03 Thread djouki
env: fedora5, eclipse3.3, drools4.0.7. jdk1.5 I've created a ruleflow hierarchy where the execution of a rule associated with one ruleflow starts a second ruleflow. rule "Main - Entry" ruleflow-group "checkData" when exists Root(itemReq:itemRequest) then