Table of Contents

Condition element

Specifies a condition that must be met in order for the pair to execute.

Type

string

Parent

Pair

Remarks

Note that a condition can be enclosed in a CDATA tag.

Feature introduced in DataMiner 7.5.4.3.

Refer to Conditions for more information about conditions.

Examples

In the following example, the pair will be executed when parameter 500 contains “Active”:

<Pair id="200">
<Condition>id:500 == "Active"</Condition>

In the following example, the pair will be executed when parameter 5 contains 1:

<Condition><![CDATA[(id:5 == 1)]]></Condition>