WORKFLOW_ACTION_TYPE Class
The WORKFLOW_ACTION_TYPE class lists the possible workflow action types. Please note that although the APIs may accept any value, these are the valid values. For more information about building an action, see Actions 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_ACTION_TYPE
[Visual Basic .NET]
Public Class WORKFLOW_ACTION_TYPE
Inherits System.Object
[C#]
public class WORKFLOW_ACTION_TYPE: System.Object
[C++]
public __gc class WORKFLOW_ACTION_TYPE: public System.Object
The WORKFLOW_ACTION_TYPE class exposes the following integer fields.
Field | Value | Description |
WFAT_ACTIVITY_ATTACHMENT | 1001 | Specifies to create activity attachment. See Action – Create Activity Attachment. |
WFAT_ASSIGN | 100 | Specifies to assign an object to a new owner. See Action – Assign. |
WFAT_CREATE_ACTIVITY | 1000 | Specifies to create an activity. See Action – Create Activity. |
WFAT_CREATE_INCIDENT | 4000 | Specifies to create an incident (case). See Action – Create Incident. |
WFAT_CREATE_NOTE | 3001 | Specifies to create a note. See Action – Create Note. |
WFAT_EMAIL_TEMPLATE | 2001 | Specifies to send an e-mail message using a template. See Action – E-mail Template. |
WFAT_EMAIL_TEMPLATE_2 | 2002 | [Not supported in this release.] |
WFAT_EXEC | 500 | Specifies to launch a sub-process. See Action – Execute a Sub-Process. |
WFAT_HALT | 600 | Specifies to halt execution. See Action – Halt. |
WFAT_HANDLE_ACTIVITY | 1002 | Specifies to handle an activity. See Action – Handle Activity. |
WFAT_HANDLE_INCIDENT | 4001 | Specifies to route an incident (case). |
WFAT_NOTE_ATTACHMENT | 3002 | Specifies to create a note attachment. See Action – Note Attachment. |
WFAT_POST_URL | 400 | Specifies to post to an external URL. See Action – Post URL. |
WFAT_ROUTE | 150 | Specifies to route an object. See Action – Route. |
WFAT_SEND_EMAIL | 2000 | Specifies to send an e-mail message. See Action – Send E-mail. |
WFAT_SET_STATE | 300 | Specifies to change the system state. See Action – Set State. |
WFAT_TIMER | 700 | Specifies set a timer. See Action – Timer. |
WFAT_UPDATE | 200 | Specifies to update an object. See Action – Update. |
Requirements
Namespace: Microsoft.Crm.Platform.Types
Assembly: Microsoft.Crm.Platform.Types.dll
See Also