WorkflowInstanceStates 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.
Specifies the state of a workflow instance.
public ref class WorkflowInstanceStates abstract sealed
public static class WorkflowInstanceStates
type WorkflowInstanceStates = class
Public Class WorkflowInstanceStates
- Inheritance
-
WorkflowInstanceStates
Fields
Aborted |
The workflow instance is aborted. |
Canceled |
The workflow instance is canceled. |
Completed |
The workflow instance is completed. |
Deleted |
The workflow instance is deleted. |
Idle |
The workflow instance is idle. |
Persisted |
The workflow instance is persisted. |
Resumed |
The workflow instance is resumed. |
Started |
The workflow instance is started. |
Suspended |
The workflow instance is suspended. |
Terminated |
The workflow instance is terminated. |
UnhandledException |
The workflow instance encountered an unhandled exception. |
Unloaded |
The workflow instance is unloaded. |
Unsuspended |
The workflow instance is unsuspended. |
Updated |
The workflow instance is updated. |
UpdateFailed |
The workflow instance failed to update. |