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 | ✔️ |
Input link points
No fixed input link points, all inputs are dynamic.
Output link points
Output link points are defined during the design of the node.
Name | Type | Description |
---|---|---|
errors | list | Errors occurred during node execution |
Parameters
Name | Type | Description |
---|---|---|
Condition | required | Logical test condition to evaluate against input link point values |
If false | required | List of input link points that will be triggered if the condition evaluates to false |
Error management | required | Error 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 | ✔️ |
Input link points
No fixed input link points, all inputs are dynamic.
Output link points
Output link points are defined during the design of the node.
Name | Type | Description |
---|---|---|
errors | list | Errors occurred during node execution |
Parameters
Name | Type | Description |
---|---|---|
Condition | required | Logical test condition to evaluate against input link point values |
If true | required | List of input link points that will be triggered if the condition evaluates to true |
Error management | required | Error 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 | ✔️ |
Input link points
No fixed input link points, all inputs are dynamic.
Output link points
Output link points are defined during the design of the node.
Name | Type | Description |
---|---|---|
errors | list | Errors occurred during node execution |
Parameters
Name | Type | Description |
---|---|---|
Condition | required | Logical test condition to evaluate against input link point values |
If true | required | List of input link points that will be triggered if the condition evaluates to true |
If false | required | List of input link points that will be triggered if the condition evaluates to false |
Error management | required | Error 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 | ✔️ |
Input link points
No fixed input link points, all inputs are dynamic.
Output link points
Output link points are defined during the design of the node.
Parameters
Name | Type | Description |
---|---|---|
Triggered inputs | required | List of input link points that will be triggered as output link points when all input link points are active |