Please enable JavaScript to view this site.

Version:

Navigation: Activities > Activity Reference

Execute Function Activity

Prev Top Next More

Description

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.

Usage

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.

Inputs

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.

Outputs

result

Type: Object

The result of the function.

Properties

For information about the ID, Display Name, and Description properties, see Properties Common to all Activities.

Connectivity Requirements

This activity works when the device has intermittent connectivity to the network.

Version Information

Supported from: Geocortex Viewer for HTML5 2.9, ArcGIS Web AppBuilder 2.4.

See also...

Function activity

© 2025 VertiGIS North America Ltd. All Rights Reserved. | Privacy Center | Imprint
Documentation Version 5.45 (e69b88a4)