Parallel Activity

Description:

An activity that runs a set of child activities at the same time.

Inheritance Hierarchy:

System.Object
  System.Activities.Activity
    System.Activities.NativeActivity
      System.Activities.Statements.Parallel

Function:

Runs several activities in parallel.

The order in which the child activities execute is non-deterministic.

In a Workflow:

The Parallel activity is used to run several activities at the same time.

Properties:

Name

Description

CompletionCondition

If this property evaluates to True, then the other scheduled child activities are canceled. If this property is not set, all activities run until completion.

Display Name

Parallel

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

The collection of all child activities that will be run in parallel.

Version Information:

Supported from: Geocortex Essentials 3.0.

For more information:

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