RapidIdentity Administrators' and Users' Guide

Check Condition

The Check Condition action will verify a condition is true before continuing.

Check_Condition_Menu.png
Table 33. Check Condition Menu Fields

Field

Description

Name

Enter a name for the action.

Description

Provide an optional description.

Previous Action

This is a read-only reference field that displays which action will happen immediately before this one in the workflow.

Next Action

Choose the action to perform next after the condition has been found true.

Next Action on False

Choose the action to perform next if the condition is found false.

Operation

The Operation field defines which type of check to perform between Operands 1 and 2. There are four options:

  • Match Any Against Regular Expression: If any values resolved by Operand 1 match the regular expression defined for Operand 2, the condition will evaluate to true and the Next Action will execute next. Otherwise the Next Action on False will execute next.

  • Match All Against Regular Expression: If all of the values resolved by Operand 1 match the regular expression defined for Operand 2, the condition will evaluate to true and the Next Action will execute next. Otherwise the Next Action on False will execute next.

    Note

    If either of the regular expression options is chosen, the value defined for Operand 2 must be a valid regular expression.

  • Match Any Against Expression: If any values resolved by Operand 1 match the RapidIdentity expression in Operand 2, the condition will evaluate to true and the Next Action will execute next. Otherwise the Next Action on False will execute next.

  • Match All Against Expression: If all of the values resolved by Operand 1 match the RapidIdentity expression in Operand 2, the condition will evaluate to true and the Next Action will execute next. Otherwise the Next Action on False will execute next.

    Note

    If either of the expression options are chosen, the value defined for Operand 2 must be a valid RapidIdentity Workflow expression.

Operand 1

The criteria to check against Operand 2. This can be a string or an expression.

Operand 2

The criteria against which Operand 1 is checked. For Regular Expression matches, this field must contain a regular expression. For Expression matches, this field must contain a RapidIdentity Workflow expression.