I have a RuleFlow that has some sequential steps at the beginning with a couple of Gateways later in the flow.
When I run the flow through Eclipse, everything works fine and all the Rule Task nodes are processed (and the underlying rules assigned to those RuleFlowGroups are fired properly). When I try to the flow using Drools-Server 5.1, only the first RuleFlowGroup is fired. For example, I have an "Initialize" group followed by a "Validate" group. Only the rules belonging to the "Initialize" rule flow group get activated. None of the "Initialize" rules get fired. When I reversed the order in my RuleFlow, the "Validate" rules get fired, but not the "Initialize." I haven't been able to find anything online about this issue. -- View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/RuleFlow-only-calling-first-RuleFlowGroup-when-called-through-drools-server-tp2514244p2514244.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
