Share via


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.Proxy

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.