This topic has not yet been rated - Rate this topic

ActivityExecutionResult Enumeration

Enumeration of activity result values that qualifies the state of an Activity that has an ActivityExecutionStatus of Closed.

Namespace:  System.Workflow.ComponentModel
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
public enum ActivityExecutionResult
Member name Description
None The activity is not in the Closed state.
Succeeded The activity has transitioned to the closed state from the executing state.
Canceled The activity has transitioned to the closed state from the canceling state.
Compensated The activity has transitioned to the closed state from the compensating state.
Faulted The activity has transitioned to the closed state from the faulting state.
Uninitialized The activity has transitioned to the closed state from the initialized state.

Result represents the final status of an Activity instance within a workflow instance. The values of the enumeration are based upon the activity state diagram that is determined by the activity-engine contract. Values other than None are allowed only for an activity whose ActivityExecutionStatus is Closed.

.NET Framework

Supported in: 4, 3.5, 3.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ