[rules-users] Rule refiring issue !

Michael Anstis michael.anstis at gmail.com
Thu Jul 12 04:45:35 EDT 2012


> or do yu need more data ??

Rules 2 and 3 in their entirety would be a good starting point.

On 12 July 2012 09:27, abhinay_agarwal <abhinay_agarwal at infosys.com> wrote:

> rule "rule1"
> agenda-group "1"
> salience 0
>     when
>            $a : Account()
>            $h : HashMap(!(this["Aggregate_Balance"]<=50000))
>     then
>           setFocus("2")
> end
>
>
> rule "rule2"
> agenda-group "1"
> salience -1
>     when
>     //something
>     then
>     //something
> end
>
>
> rule "rule3"
> agenda-group "2"
> salience 0
>     when
>     //something
>     then
>     //something
> end
>
> will this help???
>
> or do yu need more data ??
>
> --
> View this message in context:
> http://drools.46999.n3.nabble.com/Rule-refiring-issue-tp4018618p4018621.html
> Sent from the Drools: User forum mailing list archive at Nabble.com.
> _______________________________________________
> 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/20120712/5952a6bc/attachment-0001.html 


More information about the rules-users mailing list