Alert Activity

Description:

Displays an alert dialog in a client application.

Inheritance Hierarchy:

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

Function:

Used to relay information to the client application using an alert dialog.

In a Workflow:

This activity is used to provide feedback to the user. For example, at the end of a workflow that collects and stores user inputs, an Alert would send the message:  “Your information has been recorded”.

Properties:

Name Description

In Arguments

Title

The title of the alert dialog.

Text

The text of the alert dialog.

Misc

Display Name

Alert

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.