The workflow instance states.
Namespace: Microsoft.Activities.Extensions.Tracking
Assembly: Microsoft.Activities.Extensions (in Microsoft.Activities.Extensions.dll) Version: 2.0.6.9 (2.0.6.9)
Syntax
C# |
---|
public enum WorkflowInstanceRecordState |
Visual Basic |
---|
Public Enumeration WorkflowInstanceRecordState |
Visual C++ |
---|
public enum class WorkflowInstanceRecordState |
Members
Member name | Value | Description | |
---|---|---|---|
Aborted | 0 | The aborted. | |
Canceled | 1 | The canceled. | |
Completed | 2 | The completed. | |
Deleted | 3 | The deleted. | |
Idle | 4 | The idle. | |
Persisted | 5 | The persisted. | |
Resumed | 6 | The resumed. | |
Started | 7 | The started. | |
Suspended | 8 | The suspended. | |
Terminated | 9 | The terminated. | |
UnhandledException | 10 | The unhandled exception. | |
Unloaded | 11 | The unloaded. | |
Unsuspended | 12 | The unsuspended. |