This activity is used to run a special Function activity. It passes in arguments and gets back a result, similar to the concept of a function call.
You could have a Function activity that performs some logic including a query and returns the results. You could then use several instances of the Execute Function activity to call it, passing in arguments relevant to each case.
Function ID |
Required Type: String The ID of the Function activity to execute. You can use the "activities" object in an expression to specify the ID of a Function, such as "=activities.function1". This can help avoid typos, and warns you if it is wrong. |
Arguments |
Optional Type: Object The input arguments to pass to the function. |
result |
Type: Object The result of the function. |
For information about the ID, Display Name, and Description properties, see Properties Common to all Activities.
This activity works when the device has intermittent connectivity to the network.
Supported from: Geocortex Viewer for HTML5 2.9, ArcGIS Web AppBuilder 2.4.
See also...