Priority

Contents

◷ Reading Time: 1 minute

Priority

In Decision Table by default, all rules will be executed from top to down. For a complex Decision Table, this priority of execution can be changed by the priority column. The priority value in a row must have a numeric value, otherwise, it is considered as 0.

Sample

<Columns> 
    <Condition name="Min" expression="person.Age ge $value" /> 
    <Condition name="Max" expression="person.Age le $value"/> 
    <Priority /> 
</Columns>

Updated on November 27, 2025

Was this article helpful?

Related Articles