Parameter-value comparison

To compare the value of a parameter to a fixed value, use a parameter-value comparison.

This table shows the syntax of a parameter-value comparison:

Syntax [Parameter][Operator][Value]
Parameter One of the parameters that are defined in the workflow definition.
Operator Comparison operator; depends on the parameter type.

See Operators in workflow conditions.

Value A constant value that is of the same type as the parameter.
Evaluation The evaluation result is True or False.

Example

This table shows an example of a parameter-value comparison:

Parameter StartDate
Operator >
Value 2005-01-01

The evaluation result is true if the Date value of the StartDate is after January 1st 2005.