In fact, I don't need to have default values if no values were found.
I need default values if part of LHS is never true.
If I have the rule:
rule "rule_11"
when
Object1( constraint1 )
Object2( constraint2 )
then
insert(new Result());
end
I'd like to have rule applying when "Object1( constraint1 )" fails.
In decision table.
--
View this message in context:
http://drools.46999.n3.nabble.com/decision-tables-and-default-rules-for-c...
Sent from the Drools: User forum mailing list archive at
Nabble.com.