WorkflowStepActivityStatus Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines values of Status attribute of entity WorkflowLog.
public ref class WorkflowStepActivityStatus abstract sealed
public static class WorkflowStepActivityStatus
type WorkflowStepActivityStatus = class
Public Class WorkflowStepActivityStatus
- Inheritance
-
WorkflowStepActivityStatus
Fields
Canceled |
Indicates the step has been canceled. Value = 4. |
Failed |
The step has failed. Value = 3. |
InProgress |
The step is in progress. Value = 1. |
SuccessfullyCompleted |
The step has successfully completed. Value = 2. |
Waiting |
Indicates the step is waiting. Value = 5. |