Workflow
This is a table representing the Workflow entities in Dynamics CRM.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Unique identifier of the process. |
| ActiveWorkflowId_Id | String | True |
Unique identifier of the latest activation record for the process. |
| ActiveWorkflowId_LogicalName | String | True | |
| ActiveWorkflowId_Name | String | True | |
| Activities | String | False |
Activities that are part of the business logic of the process. |
| AsyncAutoDelete | Boolean | False |
Indicates whether the asynchronous system job is automatically deleted on completion. |
| Category | String | False |
Category of the process. |
| ComponentState | String | True |
For internal use only. |
| CreatedBy_Id | String | True |
Unique identifier of the user who created the process. |
| CreatedBy_LogicalName | String | True | |
| CreatedBy_Name | String | True | |
| CreatedOn | Datetime | True |
Date and time when the process was created. |
| CreatedOnBehalfBy_Id | String | True |
Unique identifier of the delegate user who created the process. |
| CreatedOnBehalfBy_LogicalName | String | True | |
| CreatedOnBehalfBy_Name | String | True | |
| Description | String | False |
Description of the process. |
| InputParameters | String | False |
Input parameters to the process. |
| IsCrmUIWorkflow | Boolean | True |
Indicates whether the process was created using the Microsoft Dynamics CRM Web application. |
| IsManaged | Boolean | True |
Indicates whether the solution component is part of a managed solution. |
| LanguageCode | Integer | False |
Language of the process. |
| ModifiedBy_Id | String | True |
Unique identifier of the user who last modified the process. |
| ModifiedBy_LogicalName | String | True | |
| ModifiedBy_Name | String | True | |
| ModifiedOn | Datetime | True |
Date and time when the process was last modified. |
| ModifiedOnBehalfBy_Id | String | True |
Unique identifier of the delegate user who last modified the process. |
| ModifiedOnBehalfBy_LogicalName | String | True | |
| ModifiedOnBehalfBy_Name | String | True | |
| Name | String | False |
Name of the process. |
| OnDemand | Boolean | False |
Indicates whether the process is able to run as an on-demand process. |
| OverwriteTime | Datetime | True |
For internal use only. |
| OwnerId_Id | String | False |
Unique identifier of the user or team who owns the process. |
| OwnerId_LogicalName | String | False | |
| OwnerId_Name | String | False | |
| OwningBusinessUnit_Id | String | True |
Unique identifier of the business unit that owns the process. |
| OwningBusinessUnit_LogicalName | String | True | |
| OwningBusinessUnit_Name | String | True | |
| OwningTeam_Id | String | True |
Unique identifier of the team who owns the process. |
| OwningTeam_LogicalName | String | True | |
| OwningTeam_Name | String | True | |
| OwningUser_Id | String | True |
Unique identifier of the user who owns the process. |
| OwningUser_LogicalName | String | True | |
| OwningUser_Name | String | True | |
| ParentWorkflowId_Id | String | True |
Unique identifier of the definition for process activation. |
| ParentWorkflowId_LogicalName | String | True | |
| ParentWorkflowId_Name | String | True | |
| PluginTypeId_Id | String | True |
Unique identifier of the plug-in type. |
| PluginTypeId_LogicalName | String | True | |
| PluginTypeId_Name | String | True | |
| PrimaryEntity | String | False |
Primary entity for the process. The process can be associated for one or more SDK operations defined on the primary entity. |
| Rules | String | False |
Rules that define business logic in the process. |
| Scope | String | False |
Scope of the process. |
| SolutionId | String | True |
Unique identifier of the associated solution. |
| StateCode | String | True |
Status of the process. |
| StatusCode | String | False |
Additional information about status of the process. |
| Subprocess | Boolean | False |
Indicates whether the process can be included in other processes as a child process. |
| TriggerOnCreate | Boolean | False |
Indicates whether the process will be triggered when the primary entity is created. |
| TriggerOnDelete | Boolean | False |
Indicates whether the process will be triggered on deletion of the primary entity. |
| TriggerOnUpdateAttributeList | String | False |
Attributes that trigger the process when updated. |
| Type | String | False |
Type of the process. |
| UIData | String | True |
For internal use only. |
| WorkflowId | String | False |
Unique identifier of the process. |
| WorkflowIdUnique | String | True |
For internal use only. |
| Xaml | String | False |
XAML that defines the process. |