This documentation is archived and is not being maintained.
ActivityExecutionResult Enumeration
Visual Studio 2008
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, 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.
Show: