Does update(account) causes all rules to be rerun? I don't want that, at the
same time I don't want to use modify as it's not very easy to use, I have
several rules that I will hve to change
I like the option of coding like the following and then one function call
that will notify the rule engine that this object is modified so next rule
has latest changes.
account.setSomeField('xxxx);
account.setStatus('ssss');
account.setExpiry(xyxCalss.getExpiryDate());
NOW call a function to notify that account is changed.
How can I do it?
--
View this message in context:
http://drools.46999.n3.nabble.com/Field-value-is-different-when-and-then-...
Sent from the Drools: User forum mailing list archive at
Nabble.com.