ActivityExecutionResult Enumeration
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 | |
|---|---|---|
| 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. | |
| None | The activity is not in the Closed state. | |
| Succeeded | The activity has transitioned to the closed state from the executing state. | |
| Uninitialized | The activity has transitioned to the closed state from the initialized state. |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
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.
Available since 3.0
