ActivityExecutionStatus Enumeration
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.
Available since 3.0
