Pick Branch Activity

Description:

A potential path of execution within a Pick activity.

Inheritance Hierarchy:

System.Object
  System.Activities.Statements.PickBranch

Function:

The Pick Branch activity is used with the Pick activity. The PickBranch activity has both a Trigger and an Action that are each activities. When a Trigger activity completes, the parent Pick activity deactivates any other child PickBranch activities; only the Action associated with the first-completed PickBranch Trigger within a Pick activity is run.

Properties:

Name

Description

Display Name

PickBranch

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.

Trigger

An activity that, upon completion, triggers the Action activity to run and indicates to the parent Pick activity that any other PickBranch activities should be deactivated. If you want to use more than one activity in the Trigger, use a composite activity such as a Sequence or Parallel activity.

Action

An activity that is run when the Trigger activity has completed if, and only if, the Trigger was the first in the parent Pick activity to complete. If you want to use more than one activity in the Action, use a composite activity such as a Sequence or Parallel activity.

Version Information:

Supported from: Geocortex Essentials 3.0.

For more information:

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