External Delay Activity

Description:

Causes the client application to pause for the specified duration.

Inheritance Hierarchy:

System.Object
  System.Activities.Activity
    System.Activities.NativeActivity
      Geocortex.Workflow.Activities.ExternalActivityBase
        Geocortex.Workflow.Activities.ExternalDelay

Function:

This activity waits on the client for the specified amount of time before returning to the server and continuing with the next activity.

In a Workflow:

You might use an External Delay in a loop to have your workflow wake up and perform some logic on an interval.

Properties:

Name Description

In Arguments

Milliseconds

The time of the delay set in milliseconds.

Misc

Display Name

ExternalDelay

You can change the name of an activity to one that describes what it does. A descriptive name can make a workflow easier to interpret and maintain.

External Id

An activity handler within a client can reference this particular activity using this external identifier.

Version Information:

Supported from: Geocortex Essentials 3.0, Geocortex Viewer for Silverlight 1.0, Geocortex Viewer for HTML5 1.0.