◷ Reading Time: 1 minute
GroupName
In a complex Decision Table, rules can be grouped in multiple different sections. This can be used to manage a complex decision behaviour in combination with a Priority column. When the rules require grouping and each group of rules has its own priority, groupNamecan be used.
Sample
<Columns>
<Condition name="Min" expression="person.Age ge $value" />
<Condition name="Max" expression="person.Age le $value"/>
<GroupName />
</Columns>