This documentation is archived and is not being maintained.
ActivityExecutionResult Enumeration
Visual Studio 2010
Enumeration of activity result values that qualifies the state of an Activity that has an ActivityExecutionStatus of Closed.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
| 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.
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.
Show: