WORKFLOW_ERROR_SEVERITY Class
The WORKFLOW_ERROR_SEVERITY class lists the possible severities for workflow error levels. Please note that although the APIs may accept any value, these are the valid values.
This class does not need instantiation or initialization because the fields represent constant integer values. These values are intended to be used in the out parameter CWorkflowErrorInfo from the call to CRMProcess.Activate.
System.Object
WORKFLOW_ERROR_SEVERITY
[Visual Basic .NET]
Public Class WORKFLOW_ERROR_SEVERITY
Inherits System.Object
[C#]
public class WORKFLOW_ERROR_SEVERITY: System.Object
[C++]
public __gc class WORKFLOW_ERROR_SEVERITY: public System.Object
The WORKFLOW_ERROR_SEVERITY class exposes the following integer fields.
Field | Value | Description |
WFES_ERROR | 2 | Indicates that there is a problem with the process that prevents activation. |
WFES_MESSAGE | 0 | [Not used.] |
WFES_WARNING | 1 | [Not used.] |
Requirements
Namespace: Microsoft.Crm.Platform.Types
Assembly: Microsoft.Crm.Platform.Types.dll
See Also