Skip to content

Control Flow - Call Function#

The Call Function task allows the user to invoke a function defined by the Define Function task.

controlflow_callfunction

Info

Only available for Control Flow.

Inputs#

Name Data Type IsTrigger Description
<custom list> <custom> No Inputs of the function

Outputs#

Name Data Type Description
<custom list> <custom> Outputs of the function
Success Boolean If there was no problem emits a true
Error Error Error that occurred during the processing of this task

Settings#

On the General Tab, you have the usual settings and the following settings:

Name Data Type Default Description
Function Name String The name must match a corresponding defined function name.

Behavior#

The user will define a function with a name, a set of argument inputs and a set of outputs. The task will then call the function with a set of inputs and will receive a set of outputs. The inputs and outputs must be added manually in the Call Function.

Remarks#

If the system finds more than one defined functions with the same name it will throw an exception.