Please enable JavaScript to view this site.

Version:

Navigation: Activities > Activity Reference

Await Asynchronous Activity

Prev Top Next More

Description

The Await Asynchronous Activity activity causes the workflow to pause execution until the specified asynchronous activity has finished execution.

An activity is considered asynchronous if you turn on the Asynchronous switch in its properties in the Workflow Designer.

Usage

If an activity is running asynchronously, the workflow will automatically await its completion when you use one of its outputs in a subsequent activity. However, if an asynchronous activity has no outputs, or you wish to await it before using its outputs for some reason, you can use this activity.

Inputs

Activity ID

Required
Type: String
The ID of the asynchronous activity to await.

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

Outputs

This activity has no outputs.

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.

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