ConditionedActivityGroup Class
Provides the definition of a constraint-based execution context for a set of child activities.
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
'Declaration <ToolboxBitmapAttribute(GetType(ConditionedActivityGroup), "Resources.cag.png")> _ <WorkflowDebuggerSteppingAttribute(WorkflowDebuggerSteppingOption.Concurrent)> _ Public NotInheritable Class ConditionedActivityGroup _ Inherits CompositeActivity _ Implements IActivityEventListener(Of ActivityExecutionStatusChangedEventArgs) 'Usage Dim instance As ConditionedActivityGroup
The ConditionedActivityGroup activity is a CompositeActivity, meaning the ConditionedActivityGroup activity can contain other activities.
The ConditionedActivityGroup activity runs and re-executes child activities based on the evaluation of their when conditions. All rules are evaluated whenever required based on their data and state change dependencies.
When the completion rule of the ConditionedActivityGroup evaluates to true, it immediately cancels any currently executing child activities and finishes.
System.Workflow.ComponentModel.DependencyObject
System.Workflow.ComponentModel.Activity
System.Workflow.ComponentModel.CompositeActivity
System.Workflow.Activities.ConditionedActivityGroup
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.