Design Pattern: Working with Groups in Rules

received update would trigger the rule 10 times. By using changed it will only trigger when the value of the Group changes state. This is a good approach to limit how many times the Rule gets triggered for updates to its members, but this approach is not always possible (e.g. the types of the members do not allow for a Group:Number:SUM).