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.
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.
Activity ID |
Required 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. |
This activity has no outputs.
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.