Sequence Activity

Description:

Executes a set of child activities according to the order they appear in the sequence.

Inheritance Hierarchy:

System.Object
  System.Activities.Activity
    System.Activities.NativeActivity
      System.Activities.Statements.Sequence

Function:

The Sequence activity runs an ordered collection of activities in sequential order. A workflow has to be created within a Sequence activity, which can contain other workflows nested within a Sequence activity.

Properties:

Name

Description

Display Name

Sequence

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.

Activities

An ordered collection of activities to be run one at a time in sequential order.

Version Information:

Supported from: Geocortex Essentials 3.0.

For more information:

https://msdn.microsoft.com/en-us/library/system.activities.statements.sequence.aspx