Hi Team,
Please follow below code--
In the below code I have 2 ruleflow-group, Is this valid? Can a rule have
more than 1 rule-flow group
When I executed this it just took lat rule-flow group "hellotest".
rule "firstrule"
dialect "java"
no-loop
ruleflow-group "testrule"
ruleflow-group "hellotest"
when
$account:Account( $balance:balance,$id:id)
$person:Person($age:age==24)
then
System.out.println( "firstrule "+$balance+" age is "+$age);
end
Please clarify me.
Thanks,
Ganesh Neelekani
--
View this message in context:
http://drools.46999.n3.nabble.com/rule-flow-group-in-rules-tp4029893.html
Sent from the Drools: User forum mailing list archive at
Nabble.com.