Skip to main content

Logical

If False

Performs false condition check for the input data objects using the provided expression. If the expression evaluates to false then output link points assigned are triggered otherwise does nothing. It runs when all the input link points are active.

Multi input✔️
Multi output✔️

No fixed input link points, all inputs are dynamic.

Output link points are defined during the design of the node.

NameTypeDescription
errorslistErrors occurred during node execution

Parameters

NameTypeDescription
ConditionrequiredLogical test condition to evaluate against input link point values
If falserequiredList of input link points that will be triggered if the condition evaluates to false
Error managementrequiredError handler type of processing errors raised by this node, either automatically or manually.

If True

Performs true condition check for the input data objects using the provided expression. If the expression evaluates to true then output link points assigned are triggered otherwise does nothing. It runs when all the input link points are active.

Multi input✔️
Multi output✔️

No fixed input link points, all inputs are dynamic.

Output link points are defined during the design of the node.

NameTypeDescription
errorslistErrors occurred during node execution

Parameters

NameTypeDescription
ConditionrequiredLogical test condition to evaluate against input link point values
If truerequiredList of input link points that will be triggered if the condition evaluates to true
Error managementrequiredError handler type of processing errors raised by this node, either automatically or manually.

If-Else Condition

Performs an if-else condition check for the input data objects using the provided expression. If the expression evaluates to true then output link points assigned to true are triggered otherwise output link points assigned to false are triggered. It runs when all the input link points are active.

Multi input✔️
Multi output✔️

No fixed input link points, all inputs are dynamic.

Output link points are defined during the design of the node.

NameTypeDescription
errorslistErrors occurred during node execution

Parameters

NameTypeDescription
ConditionrequiredLogical test condition to evaluate against input link point values
If truerequiredList of input link points that will be triggered if the condition evaluates to true
If falserequiredList of input link points that will be triggered if the condition evaluates to false
Error managementrequiredError handler type of processing errors raised by this node, either automatically or manually.

Synchronize Flow

Acts as a junction point to synchronize the **** execution of nodes. It enables the wait of the execution flow until the execution completion of selected nodes. It runs when all the input link points are active and triggers assigned output link points.

Multi input✔️
Multi output✔️

No fixed input link points, all inputs are dynamic.

Output link points are defined during the design of the node.

Parameters

NameTypeDescription
Triggered inputsrequiredList of input link points that will be triggered as output link points when all input link points are active