Can anyone Please guide me how can I create an aggregator like SUM(), AVG() in Codeeffects RuleEditor. And these should be passed with set of integer values from the rule editor.
Like if there is an attribute like score which is of int type.........
Rule will be like:
If score equal to Zero then set score to SUM(10,20,30,40)
After this is should get this score as 100
Define a list of integers in your source class:
Define two action methods as well:
Now give your class as the source to the rule editor and create your rule: