[rules-users] Does the result of one rule can trigger theevaluation of one or more other rules.

Swathi Bandaru swathi2k4 at gmail.com
Fri Apr 11 14:07:35 EDT 2008


Thank you very much for your earliest response. Its really grt help.

Swathi.
On Fri, Apr 11, 2008 at 1:18 PM, Sikkandar Nawabjan <
Sikkandar.Nawabjan at ust-global.com> wrote:

> 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: rules-users-bounces at lists.jboss.org on behalf of Swathi B
> Sent: Fri 4/11/2008 10:30 PM
> To: rules-users at lists.jboss.org
> 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
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
>
>
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20080411/ca7c117d/attachment.html 


More information about the rules-users mailing list