Yes it is quite possible provided that in the action part you need to set
appropriate date that the other rule expect to trigger.
ex:
rule 1
when
Object1(data1 == "s")
then
Object2.setBoolValue(true)
update()
rule 2
when
object2(boolvalue==true)
then
sop();________________________________ From: [EMAIL PROTECTED] on behalf of Swathi B Sent: Fri 4/11/2008 10:30 PM To: [email protected] Subject: [rules-users] Does the result of one rule can trigger theevaluation of one or more other rules. Can you please tell me whether the result of one rule can trigger the evaluation of one or more other rules. Is there any approach for doing so in Drools?? Thanks in Advance, Swathi. -- View this message in context: http://www.nabble.com/Does-the-result-of-one-rule-can-trigger-the-evaluation-of-one-or-more-other-rules.-tp16628148p16628148.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
<<winmail.dat>>
_______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
