Detailed Description of Condition

Filters data flow across multiple branches as determined by the defined conditional expression. There are two main branches: satisfied condition and not-satisfied condition, which are labeled "out_true" and "out_false", respectively.

For a detailed description of the construction of expressions, please refer to the section expressions.


Top of page

Example: Example
<step id='condition' className='cz.adastra.cif.tasks.conditions.Condition'>
        <properties>
                <condition>upper(matching_name) == src_name</condition>
        </properties>
</step>
                

iWay Software