Run Subworkflow Activity

Description

This activity is used to run a special Subworkflow activity. It passes in arguments and gets back a result, similar to the concept of a function call.

Usage

You could have a Subworkflow activity that performs some logic including a query and returns the results. You could then use several instances of the Run Subworkflow activity to call it, passing in arguments relevant to each case.

Inputs

Subworkflow ID

Required

Type: String

The ID of the subworkflow to run.

You can use the "activities" object in an expression to specify the ID of a subworkflow, such as "=activities.subworkflow1". This can help avoid typos, and warns you if it is wrong.

Arguments

Optional

Type: Object

The input arguments to pass to the subworkflow.

Outputs

result

Type: Object

The result of the subworkflow.

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...

Subworkflow Activity