ActivityExecutionStatus Enumeration
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Workflow.ComponentModel
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Return to top
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.
.NET Framework
Available since 3.0
Available since 3.0
Show:
