Hi Davide, your second guess is right. Sorry I should have said failed
condition.

I wanted to know which rule got fired and which one did not (because the
condition failed in when clause).

I wanted to know those, because we have requirement which asks for what are
the rules which have passed and failed copnditions, so that we can make some
decisions.

Also, I wanted to know that in a rule

rule "name"
when
    //condition
then
   //consequence
end

when the condition is failed will the rule goes to consequence or not.  (I
am fairely new to Drools. sorry).

Thanks.



--
View this message in context: 
http://drools.46999.n3.nabble.com/Anyway-to-get-Failed-Reason-for-Failed-Rule-tp4019070p4019077.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to