Skip to content

Control Flow - Function#

periodicinventory-lg

The Define Function task will declare a function that can be invoked. The function will be a subset of control flow logic that is invocable using the Call Function task.

controlflow_function

Info

Only available for Control Flow.

Inputs#

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

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 Name of the function, this name will be used to call the function.
List String The start index may be an index or an expression that in runtime will resolve to a number

Behavior#

The user will define a function that will execute a branch of control flow logic. The function is able to receive inputs and to return outputs.

Remarks#

There is no particular remark to be made.