Previous Topic: Building Blocks for External InteractionsNext Topic: Building Blocks for Analytics


Building Blocks for General Logical Operations

This section describes building blocks used to evaluate mathematical expressions, regular expressions for text patterns, and perform other calculations or logical operations.

Evaluate Binary Expression

Use this building block to create a node that submits a binary expression to CA GovernanceMinder for evaluation.

This building block exposes the following parameters:

setResult

Indicates the result of a calculation or logical evaluation in a node. Typically this parameter receives the result of an agent script.

binaryExpression

Specifies a binary statement.

Evaluate Math Expression

Use this building block to create a node that submits a mathematical expression to CA GovernanceMinder for evaluation.

This building block exposes the following parameters:

setResult

Indicates the result of a calculation or logical evaluation in a node. Typically this parameter receives the result of an agent script.

mathExpression

Specifies a mathematical statement.

Does Value Match Regular Expression

Use this building block to create a node that submits a regular expression to CA GovernanceMinder for evaluation. Typically this building block is used to apply a pattern-based filter or test to attribute values.

This building block exposes the following parameters:

setResult

Indicates the result of a calculation or logical evaluation in a node. Typically this parameter receives the result of an agent script.

regularExpression

Specifies a regular expression statement that is used to test a string value.

Note: For information about how CA GovernanceMinder evaluates regular expressions, see the Configuration Guide and the Client Tools Guide.

value

Specifies a text string that is tested against a regular expression statement.