WORKFLOW_EVENT_TYPE Class

The WORKFLOW_EVENT_TYPE class specifies workflow event types. This class is used for the eventypecode field for workflow process. Please note that although the APIs may accept any value, these are the valid values for this field. WORKFLOW_EVENT_TYPE specifies the event that will cause the process to be instantiated. 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. These values are intended to be used when constructing XML string parameters used in the Microsoft CRM APIs.

System.Object
   WORKFLOW_EVENT_TYPE

[Visual Basic .NET]
Public Class WORKFLOW_EVENT_TYPE
   Inherits System.Object
[C#]
public class WORKFLOW_EVENT_TYPE: System.Object
[C++]
public __gc class WORKFLOW_EVENT_TYPE: public System.Object

The WORKFLOW_EVENT_TYPE class exposes the following integer fields.

Field Value Description
WFET_ASSIGNED 0x00000002 Specifies an object assigned event.
WFET_CREATED 0x00000001 Specifies an object created event.
WFET_NULL 0x00000000 Specifies that nothing happened. This is used for manual processes.
WFET_ROUTING 0x00000040 Specifies an object routing event.
WFET_STATE_CHANGED 0x00000020 Specifies an object state changed event.

Requirements

Namespace: Microsoft.Crm.Platform.Types

Assembly: Microsoft.Crm.Platform.Types.dll

See Also

© 2005 Microsoft Corporation. All rights reserved.