Michael,
OK, here is my attempt to convert the flow chart I have into words:
Step 1: Sum ObjectA
Step 2: Sum ObjectB
Step 3: Sum ObjectC
Step 4: Perform check on sum's from Steps 1,2 & 3 and do something if it fails
Step 5: Perform an additional check on sum's from Steps 1,2 & 3 and do something if it fails
Step 6: Perform an additional check on sum's from Steps 1,2 & 3 and do something if it fails
I literally need it in this order and I was thinking that agenda groups along with salience could get me there, but I have never used them before.
Does that help?
Ron
Please give a better example or some pseudo code of what you are trying to do.-Michael
From: rules-users-bounces@lists.jboss.org [mailto:rules-users-bounces@lists.jboss.org] On Behalf Of Ronald R. DiFrango
Sent: Friday, April 06, 2007 8:15 AM
To: Rules Users List
Subject: [rules-users] Rules Design Question
All,
I have a rules design question for the community. I have 3 lists of different types of objects that I need to sum if a certain attribute is present on each one of them. Then after the summing has taken place execute other rules based upon the results of the summation.
Is there a way that I can accomplish this via salience or agenda groups?
Thanks in advance,
Ron