<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Marc Dzaebel wrote:
<blockquote cite="mid:24992450.post@talk.nabble.com" type="cite">
  <pre wrap="">
surya_n2007 wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Can a rule be part of different rule flow groups. Is it possible as per
below example a rule can be part of RFG1,RFG2.Please explain how we can
share rules using version 4.0.7 and rule flows are used in our project. 

rule "GoodBye" ruleflow-group "RFG1" ruleflow-group "RFG2" no-loop true 
        when ...
        then ...
end

    </pre>
  </blockquote>
  <pre wrap=""><!---->Only one instance of the attributes salience, activation-group, agenda-group
and ruleflow-group per rule is allowed. However, you can e.g. have different
saliences per ruleflow-group. This is missing in the documentation.

How and why would you like to share rules?
  </pre>
</blockquote>
I'm still looking for valid reasons for this, before implementing it -
as there are many side effects that I'm sure users haven't thought of.
Further to that it adds more overhead, as instead of a single string I
then need to keep a list of Strings and search that list. Many users
would probably prefer I keep things light, before adding features
without proven use cases.<br>
<br>
Mark<br>
</body>
</html>