ActivityExecutionStatus Enumeration
Note: This API is now obsolete.
Enumeration of activity status values that correspond to the life cycle of an activity within a running workflow instance.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
| Member name | Description | |
|---|---|---|
| Canceling | Represents the status when an activity is in the process of being canceled. | |
| Closed | Represents the status when an activity is closed. | |
| Compensating | Represents the status when an activity is compensating. | |
| Executing | Represents the status when an activity is executing. | |
| Faulting | Represents the status when an activity is faulting. | |
| Initialized | Represents the status when an activity is being initialized. |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
Status represents the current status of an Activity instance within a workflow instance.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note