WORKFLOW_ERROR_SEVERITY Enumeration

The WORKFLOW_ERROR_SEVERITY enumeration type lists values for workflow error severity. It is 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

Members

WFES_ERROR

There is a problem with the process that prevents activation.

WFES_MESSAGE

[Not used.]

WFES_WARNING

[Not used.]

Requirements

Namespace: Microsoft.Crm.Platform.Proxy

Assembly: Microsoft.Crm.Platform.Proxy.dll

See Also

© 2005 Microsoft Corporation. All rights reserved.