[rules-users] BRMS Business rules Editor - RHS using variables and functions
Felipe Piccolini
felipe.piccolini at bluesoft.cl
Thu Aug 23 17:23:41 EDT 2007
How can I use variables from LHS to modify an attribute in RHS using
business rules editor GUI??
Also I added a new function trying to work around but didnt work....
I need to get this using business rules editor (GUI):
rule "my rule"
no-loop true
when
$f: Fact(number >= 10, $s: score)
then
$f.setScore($s + 5);
update($f);
end
Thanks.
Felipe Piccolini M.
felipe.piccolini at bluesoft.cl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20070823/43f97c71/attachment.html
More information about the rules-users
mailing list