Show TOC

Function documentationConditional Locate this document in the navigation structure

 

This action is used to determine the execution path, which in turn determines whether the condition result is true or false. The evaluation of the condition depends on the logic chosen (AND & OR) and the number of inputs to the action.

This action works in an If-Else type format with the following paths:

  • Path 1 (green): Chosen if the Conditionalaction evaluates to true

  • Path 2 (red): Chosen if the Conditionalaction evaluates to false

  • Paths 3 to n: Always followed after the Conditionalaction finishes its execution

    After the first two paths, you can have as many sequence trees as you want; they all execute.

Features

The properties for this action are listed in the following table:

Property

Data Type

Access

Use

Input 1... to... Input n

Boolean

In and out

Enter the appropriate number of inputs. To set values, create an expression for each input in the Link Editor.

InputCount

Integer

In and out

Contains the integer value for the number of inputs.

LogicalAnd

Boolean

In and out

Determines the logic. True sets the action to use AND; False sets the action to use OR.

Success

Boolean

In and out

Indicates the success or failure of the action. If it fails, error information is displayed in the server trace log.