WORKFLOW_PROCESS_STATE Class
The WORKFLOW_PROCESS_STATE class lists process state, used for the process statecode field. Please note that although the APIs may accept any value, these are the valid values for this field. For more information about the use of this class, see Process in the Workflow Reference.
This class does not need instantiation or initialization because the fields represent constant integer values.
System.Object
WORKFLOW_PROCESS_STATE
[Visual Basic .NET]
Public Class WORKFLOW_PROCESS_STATE
Inherits System.Object
[C#]
public class WORKFLOW_PROCESS_STATE: System.Object
[C++]
public __gc class WORKFLOW_PROCESS_STATE: public System.Object
The WORKFLOW_PROCESS_STATE class exposes the following integer fields.
Field | Value | Description |
WFPS_ACTIVE | 0 | Specifies that the process is active. |
WFPS_DISABLED | 2 | [Not supported in this release.] |
WFPS_INACTIVE | 1 | Specifies that the process is not active. |
Requirements
Namespace: Microsoft.Crm.Platform.Types
Assembly: Microsoft.Crm.Platform.Types.dll
See Also