Columns

Contents

◷ Reading Time: 1 minute

Columns

This command structures the columns of a Decision Table.

Parameters

  1. condition
    1. Description: Name of a Boolean variable that checks the continuation of the iteration condition
    2. Mandatory: Yes
    3. Type: String (name of variable

Sample

<Columns> 
    <Condition name="Min" expression="person.Age>=$value" /> 
</Columns>

Updated on November 26, 2025

Was this article helpful?

Related Articles