For Dashboard Designers Reference ExecuteFunction
Friday, March 15, 2019 10:01 PMExecuteFunction
Labels: :IA_Function:IA_ExecuteFunction
Inherits from: Function
Will execute a function represented by a node identified by id.
Parameters
| Key | Description | Default value | Possible values | 
|---|---|---|---|
| id | Id of node representing the function to be executed | positive integer | |
| 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 |