For Dashboard Designers Reference ExecuteFunction
Wednesday, May 17, 2023 12:20 PMExecuteFunction
Label: :IA_Function
Property: type: ExecuteFunction
Inherits from: Function
Will execute a function represented by a node identified by id.
Parameters
Key | Description | Default value | Possible values |
---|---|---|---|
id (deprecated) |
Id of node representing the function to be executed | positive integer | |
function.id |
Id of node representing the function to be executed (use as alternative to function.iaName ) |
positive integer | |
function.iaName |
iaName of the function to be executed (use as alternative to function.id ) |
string | |
input |
Input data that the executed function will receive | object of parameter-value pairs |
Outgoing triggers
Type: success
Occurrence: Fires when the Function was found and successfully executed
Additional event properties (besides the inherited properties):
Key | Description | Possible values |
---|---|---|
function |
Object describing the executed Function. | object |
function.name |
Name of the executed Function. | string |
function.parameters |
Default parameters of the executed Function. | object |
function.properties |
Properties of the executed Function. | object |