Process (Workflow) table/entity reference
Set of logical rules that define the steps necessary to automate a specific business process, task, or set of actions to be performed.
Messages
The following table lists the messages for the Process (Workflow) table. Messages represent operations that can be performed on the table. They may also be events.
Name Is Event? |
Web API Operation | SDK for .NET |
---|---|---|
AddRequiredDesktopFlowComponentsToSolutions Event: False |
AddRequiredDesktopFlowComponentsToSolutions | Learn to use messages with the SDK for .NET |
Assign Event: False |
PATCH /workflows(workflowid)Update the ownerid property. |
AssignRequest |
CancelAllCloudFlowRuns Event: False |
CancelAllCloudFlowRuns | Learn to use messages with the SDK for .NET |
Create Event: False |
POST /workflowsSee Create |
Create records |
CreateWorkflowFromTemplate Event: False |
CreateWorkflowFromTemplate | CreateWorkflowFromTemplateRequest |
Delete Event: False |
DELETE /workflows(workflowid)See Delete |
Delete records |
ExecuteWorkflow Event: False |
ExecuteWorkflow | ExecuteWorkflowRequest |
GrantAccess Event: False |
GrantAccess | GrantAccessRequest |
InitializeModernFlowFromAsyncWorkflow Event: False |
InitializeModernFlowFromAsyncWorkflow | InitializeModernFlowFromAsyncWorkflowRequest |
install Event: False |
install | Learn to use messages with the SDK for .NET |
ListConnectionReferences Event: False |
ListConnectionReferences | Learn to use messages with the SDK for .NET |
ModifyAccess Event: False |
ModifyAccess | ModifyAccessRequest |
Retrieve Event: False |
GET /workflows(workflowid)See Retrieve |
Retrieve records |
RetrieveMultiple Event: False |
GET /workflowsSee Query data |
Query data |
RetrievePrincipalAccess Event: False |
RetrievePrincipalAccess | RetrievePrincipalAccessRequest |
RetrieveSharedPrincipalsAndAccess Event: False |
RetrieveSharedPrincipalsAndAccess | RetrieveSharedPrincipalsAndAccessRequest |
RetrieveUnpublished Event: True |
RetrieveUnpublished | RetrieveUnpublishedRequest |
RetrieveUnpublishedMultiple Event: True |
RetrieveUnpublishedMultiple | RetrieveUnpublishedMultipleRequest |
RevokeAccess Event: False |
RevokeAccess | RevokeAccessRequest |
RunDesktopFlow Event: False |
RunDesktopFlow | Learn to use messages with the SDK for .NET |
SaveAsDesktopFlow Event: False |
SaveAsDesktopFlow | Learn to use messages with the SDK for .NET |
SetState Event: True |
PATCH /workflows(workflowid)Update the statecode and statuscode properties. |
SetStateRequest |
Update Event: False |
PATCH /workflows(workflowid)See Update |
Update records |
Upsert Event: False |
PATCH /workflows(workflowid)See Upsert a table row |
UpsertRequest |
Properties
The following table lists selected properties for the Process (Workflow) table.
Property | Value |
---|---|
DisplayName | Process |
DisplayCollectionName | Processes |
SchemaName | Workflow |
CollectionSchemaName | Workflows |
EntitySetName | workflows |
LogicalName | workflow |
LogicalCollectionName | workflows |
PrimaryIdAttribute | workflowid |
PrimaryNameAttribute | name |
TableType | Standard |
OwnershipType | UserOwned |
Writable columns/attributes
These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.
- AsyncAutoDelete
- BillingContext
- BusinessProcessType
- Category
- ClientData
- ConnectionReferences
- CreateMetadata
- CreateStage
- Definition
- DeleteStage
- Dependencies
- Description
- DesktopFlowModules
- DynamicsSolutionContext
- EntityImage
- FormId
- InputParameters
- Inputs
- IntroducedVersion
- IsCustomizable
- IsCustomProcessingStepAllowedForOtherPublishers
- IsTransacted
- LanguageCode
- LicenseEntitledBy
- Metadata
- Mode
- ModifyMetadata
- Name
- OnDemand
- Outputs
- OwnerId
- OwnerIdType
- PlanVerified
- PrimaryEntity
- ProcessOrder
- ProcessRoleAssignment
- ProcessTriggerFormId
- ProcessTriggerScope
- Rank
- RendererObjectTypeCode
- ResourceContainer
- ResourceId
- RunAs
- SchemaVersion
- Scope
- StateCode
- StatusCode
- Subprocess
- SuspensionReasonDetails
- SyncWorkflowLogOnFailure
- ThrottlingBehavior
- TriggerOnCreate
- TriggerOnDelete
- TriggerOnUpdateAttributeList
- Type
- UIFlowType
- UniqueName
- UpdateStage
- WorkflowId
- Xaml
AsyncAutoDelete
Property | Value |
---|---|
Description | Indicates whether the asynchronous system job is automatically deleted on completion. |
DisplayName | Delete Job On Completion |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | asyncautodelete |
RequiredLevel | SystemRequired |
Type | Boolean |
GlobalChoiceName | workflow_asyncautodelete |
DefaultValue | False |
True Label | Yes |
False Label | No |
BillingContext
Property | Value |
---|---|
Description | Billing context this flow is in. |
DisplayName | BillingContext |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | billingcontext |
RequiredLevel | None |
Type | Memo |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100000 |
BusinessProcessType
Property | Value |
---|---|
Description | Business Process Type. |
DisplayName | Business Process Type |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | businessprocesstype |
RequiredLevel | None |
Type | Picklist |
DefaultFormValue | 0 |
GlobalChoiceName | workflow_businessprocesstype |
BusinessProcessType Choices/Options
Value | Label |
---|---|
0 | Business Flow |
1 | Task Flow |
Category
Property | Value |
---|---|
Description | Category of the process. |
DisplayName | Category |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | category |
RequiredLevel | SystemRequired |
Type | Picklist |
DefaultFormValue | -1 |
GlobalChoiceName | workflow_category |
Category Choices/Options
Value | Label |
---|---|
0 | Workflow |
1 | Dialog |
2 | Business Rule |
3 | Action |
4 | Business Process Flow |
5 | Modern Flow |
6 | Desktop Flow |
7 | AI Flow |
ClientData
Property | Value |
---|---|
Description | Business logic converted into client data |
DisplayName | Client Data |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | clientdata |
RequiredLevel | None |
Type | Memo |
Format | TextArea |
FormatName | TextArea |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 1073741823 |
ConnectionReferences
Property | Value |
---|---|
Description | Connection References related to this workflow. |
DisplayName | Connection references |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | connectionreferences |
RequiredLevel | None |
Type | Memo |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100000 |
CreateMetadata
Property | Value |
---|---|
Description | Create metadata for this workflow. |
DisplayName | Create metadata |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createmetadata |
RequiredLevel | None |
Type | Memo |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100000 |
CreateStage
Property | Value |
---|---|
Description | Stage of the process when triggered on Create. |
DisplayName | Create Stage |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createstage |
RequiredLevel | None |
Type | Picklist |
DefaultFormValue | -1 |
GlobalChoiceName | workflow_stage |
CreateStage Choices/Options
Value | Label |
---|---|
20 | Pre-operation |
40 | Post-operation |
Definition
Property | Value |
---|---|
Description | Definition of the business logic of this workflow instance. |
DisplayName | Definition |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | definition |
RequiredLevel | None |
Type | Memo |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 1048576 |
DeleteStage
Property | Value |
---|---|
Description | Stage of the process when triggered on Delete. |
DisplayName | Delete stage |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | deletestage |
RequiredLevel | None |
Type | Picklist |
DefaultFormValue | -1 |
GlobalChoiceName | workflow_stage |
DeleteStage Choices/Options
Value | Label |
---|---|
20 | Pre-operation |
40 | Post-operation |
Dependencies
Property | Value |
---|---|
Description | Soft dependencies of this workflow instance. |
DisplayName | Dependencies |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | dependencies |
RequiredLevel | None |
Type | Memo |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100000 |
Description
Property | Value |
---|---|
Description | Description of the process. |
DisplayName | Description |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | description |
RequiredLevel | None |
Type | Memo |
Format | TextArea |
FormatName | TextArea |
ImeMode | Auto |
IsLocalizable | True |
MaxLength | 100000 |
DesktopFlowModules
Property | Value |
---|---|
Description | Desktop flow modules related to this workflow. |
DisplayName | Desktop flow modules |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | desktopflowmodules |
RequiredLevel | None |
Type | Memo |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100000 |
DynamicsSolutionContext
Property | Value |
---|---|
Description | comma separated list of one or more Dynamics First Party Solution Unique names that this workflow is in context of. |
DisplayName | DynamicsSolutionContext |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | dynamicssolutioncontext |
RequiredLevel | None |
Type | Memo |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 10000 |
EntityImage
Property | Value |
---|---|
Description | Shows the default image for the record. |
DisplayName | Default Image |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | entityimage |
RequiredLevel | None |
Type | Image |
CanStoreFullImage | False |
IsPrimaryImage | True |
MaxHeight | 144 |
MaxSizeInKB | 10240 |
MaxWidth | 144 |
FormId
Property | Value |
---|---|
Description | Unique identifier of the associated form. |
DisplayName | Form ID |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | formid |
RequiredLevel | None |
Type | Uniqueidentifier |
InputParameters
Property | Value |
---|---|
Description | Input parameters to the process. |
DisplayName | Input Parameters |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | inputparameters |
RequiredLevel | None |
Type | Memo |
Format | TextArea |
FormatName | TextArea |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 1073741823 |
Inputs
Property | Value |
---|---|
Description | Inputs definition for this workflow. |
DisplayName | Inputs |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | inputs |
RequiredLevel | None |
Type | Memo |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 1048576 |
IntroducedVersion
Property | Value |
---|---|
Description | Version in which the form is introduced. |
DisplayName | Introduced Version |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | introducedversion |
RequiredLevel | None |
Type | String |
Format | VersionNumber |
FormatName | VersionNumber |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 48 |
IsCustomizable
Property | Value |
---|---|
Description | Information that specifies whether this component can be customized. |
DisplayName | Customizable |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | iscustomizable |
RequiredLevel | SystemRequired |
Type | ManagedProperty |
IsCustomProcessingStepAllowedForOtherPublishers
Property | Value |
---|---|
Description | Defines whether other publishers can attach custom processing steps to this action |
DisplayName | Allow custom processing step for other publishers |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | iscustomprocessingstepallowedforotherpublishers |
RequiredLevel | SystemRequired |
Type | ManagedProperty |
IsTransacted
Property | Value |
---|---|
Description | Whether or not the steps in the process are executed in a single transaction. |
DisplayName | Is Transacted |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | istransacted |
RequiredLevel | None |
Type | Boolean |
GlobalChoiceName | sdkmessage_autotransact |
DefaultValue | True |
True Label | Yes |
False Label | No |
LanguageCode
Property | Value |
---|---|
Description | Language of the process. |
DisplayName | Language |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | languagecode |
RequiredLevel | None |
Type | Integer |
MaxValue | 2147483647 |
MinValue | 0 |
LicenseEntitledBy
Property | Value |
---|---|
Description | The source of the license entitlements. |
DisplayName | License entitled by |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | licenseentitledby |
RequiredLevel | None |
Type | Lookup |
Targets | workflow |
Metadata
Property | Value |
---|---|
Description | Additional metadata for this workflow. |
DisplayName | Metadata |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | metadata |
RequiredLevel | None |
Type | Memo |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100000 |
Mode
Property | Value |
---|---|
Description | Shows the mode of the process. |
DisplayName | Mode |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mode |
RequiredLevel | SystemRequired |
Type | Picklist |
DefaultFormValue | 0 |
GlobalChoiceName | workflow_mode |
Mode Choices/Options
Value | Label |
---|---|
0 | Background |
1 | Real-time |
ModifyMetadata
Property | Value |
---|---|
Description | Flow modify metadata used for telemetry, etc. |
DisplayName | ModifyMetadata |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifymetadata |
RequiredLevel | None |
Type | Memo |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100000 |
Name
Property | Value |
---|---|
Description | Name of the process. |
DisplayName | Process Name |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | name |
RequiredLevel | SystemRequired |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | True |
MaxLength | 100 |
OnDemand
Property | Value |
---|---|
Description | Indicates whether the process is able to run as an on-demand process. |
DisplayName | Run as On Demand |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | ondemand |
RequiredLevel | None |
Type | Boolean |
GlobalChoiceName | workflow_ondemand |
DefaultValue | False |
True Label | Yes |
False Label | No |
Outputs
Property | Value |
---|---|
Description | Outputs definition for this workflow. |
DisplayName | Outputs |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | outputs |
RequiredLevel | None |
Type | Memo |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 1048576 |
OwnerId
Property | Value |
---|---|
Description | Unique identifier of the user or team who owns the process. |
DisplayName | Owner |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | ownerid |
RequiredLevel | SystemRequired |
Type | Owner |
Targets | systemuser |
OwnerIdType
Property | Value |
---|---|
Description | |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridtype |
RequiredLevel | SystemRequired |
Type | EntityName |
PlanVerified
Property | Value |
---|---|
Description | For Internal Use Only. |
DisplayName | Plan Verified |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | planverified |
RequiredLevel | None |
Type | Boolean |
GlobalChoiceName | workflow_planverified |
DefaultValue | False |
True Label | Verified |
False Label | NotVerified |
PrimaryEntity
Property | Value |
---|---|
Description | Primary entity for the process. The process can be associated for one or more SDK operations defined on the primary entity. |
DisplayName | Primary Entity |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | primaryentity |
RequiredLevel | SystemRequired |
Type | EntityName |
ProcessOrder
Property | Value |
---|---|
Description | Type the business process flow order. |
DisplayName | Process Order |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | processorder |
RequiredLevel | None |
Type | Integer |
MaxValue | 2147483647 |
MinValue | 0 |
ProcessRoleAssignment
Property | Value |
---|---|
Description | Contains the role assignment for the process. |
DisplayName | Role assignment for Process |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | processroleassignment |
RequiredLevel | None |
Type | Memo |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 1048576 |
ProcessTriggerFormId
Property | Value |
---|---|
Description | Unique identifier of the associated form for process trigger. |
DisplayName | ProcessTriggerFormId |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | processtriggerformid |
RequiredLevel | None |
Type | Uniqueidentifier |
ProcessTriggerScope
Property | Value |
---|---|
Description | Scope of the process trigger. |
DisplayName | ProcessTriggerScope |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | processtriggerscope |
RequiredLevel | None |
Type | Picklist |
DefaultFormValue | |
GlobalChoiceName | processtrigger_scope |
ProcessTriggerScope Choices/Options
Value | Label |
---|---|
1 | Form |
2 | Entity |
Rank
Property | Value |
---|---|
Description | Indicates the rank for order of execution for the synchronous workflow. |
DisplayName | Rank |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | rank |
RequiredLevel | None |
Type | Integer |
MaxValue | 2147483647 |
MinValue | -2147483648 |
RendererObjectTypeCode
Property | Value |
---|---|
Description | The renderer type of Workflow |
DisplayName | Renderer Type |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | rendererobjecttypecode |
RequiredLevel | None |
Type | EntityName |
ResourceContainer
Property | Value |
---|---|
Description | For internal use only. |
DisplayName | ResourceContainer |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | resourcecontainer |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 10000 |
ResourceId
Property | Value |
---|---|
Description | For internal use only. |
DisplayName | ResourceId |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | resourceid |
RequiredLevel | None |
Type | Uniqueidentifier |
RunAs
Property | Value |
---|---|
Description | Specifies the system user account under which a workflow executes. |
DisplayName | Run As User |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | runas |
RequiredLevel | None |
Type | Picklist |
DefaultFormValue | 1 |
GlobalChoiceName | workflow_runas |
RunAs Choices/Options
Value | Label |
---|---|
0 | Owner |
1 | Calling User |
SchemaVersion
Property | Value |
---|---|
Description | Schema version for this workflow. |
DisplayName | Schema Version |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | schemaversion |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100 |
Scope
Property | Value |
---|---|
Description | Scope of the process. |
DisplayName | Scope |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | scope |
RequiredLevel | SystemRequired |
Type | Picklist |
DefaultFormValue | -1 |
GlobalChoiceName | workflow_scope |
Scope Choices/Options
Value | Label |
---|---|
1 | User |
2 | Business Unit |
3 | Parent: Child Business Units |
4 | Organization |
StateCode
Property | Value |
---|---|
Description | Status of the workflow |
DisplayName | Status |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | statecode |
RequiredLevel | SystemRequired |
Type | State |
DefaultFormValue | 0 |
GlobalChoiceName | workflow_statecode |
StateCode Choices/Options
Value | Details |
---|---|
0 | Label: Draft DefaultStatus: 1 InvariantName: Draft |
1 | Label: Activated DefaultStatus: 2 InvariantName: Activated |
2 | Label: Suspended DefaultStatus: 3 InvariantName: Suspended |
StatusCode
Property | Value |
---|---|
Description | Reason for the status of the workflow |
DisplayName | Status Reason |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | statuscode |
RequiredLevel | None |
Type | Status |
DefaultFormValue | -1 |
GlobalChoiceName | workflow_statuscode |
StatusCode Choices/Options
Value | Details |
---|---|
1 | Label: Draft State:0 TransitionData: None |
2 | Label: Activated State:1 TransitionData: None |
3 | Label: CompanyDLPViolation State:2 TransitionData: None |
Subprocess
Property | Value |
---|---|
Description | Indicates whether the process can be included in other processes as a child process. |
DisplayName | Is Child Process |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | subprocess |
RequiredLevel | None |
Type | Boolean |
GlobalChoiceName | workflow_subprocess |
DefaultValue | False |
True Label | Yes |
False Label | No |
SuspensionReasonDetails
Property | Value |
---|---|
Description | |
DisplayName | |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | suspensionreasondetails |
RequiredLevel | None |
Type | Memo |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 500 |
SyncWorkflowLogOnFailure
Property | Value |
---|---|
Description | Select whether synchronous workflow failures will be saved to log files. |
DisplayName | Log upon Failure |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | syncworkflowlogonfailure |
RequiredLevel | SystemRequired |
Type | Boolean |
GlobalChoiceName | workflow_syncworkflowlogonfailure |
DefaultValue | False |
True Label | Yes |
False Label | No |
ThrottlingBehavior
Property | Value |
---|---|
Description | The throttling behavior type. |
DisplayName | Throttling behavior type |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | throttlingbehavior |
RequiredLevel | None |
Type | Picklist |
DefaultFormValue | |
GlobalChoiceName | workflow_throttlingbehaviortype |
ThrottlingBehavior Choices/Options
Value | Label |
---|---|
0 | None |
1 | TenantPool |
TriggerOnCreate
Property | Value |
---|---|
Description | Indicates whether the process will be triggered when the primary entity is created. |
DisplayName | Trigger On Create |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | triggeroncreate |
RequiredLevel | None |
Type | Boolean |
GlobalChoiceName | workflow_triggeroncreate |
DefaultValue | False |
True Label | Yes |
False Label | No |
TriggerOnDelete
Property | Value |
---|---|
Description | Indicates whether the process will be triggered on deletion of the primary entity. |
DisplayName | Trigger On Delete |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | triggerondelete |
RequiredLevel | None |
Type | Boolean |
GlobalChoiceName | workflow_triggerondelete |
DefaultValue | False |
True Label | Yes |
False Label | No |
TriggerOnUpdateAttributeList
Property | Value |
---|---|
Description | Attributes that trigger the process when updated. |
DisplayName | Trigger On Update Attribute List |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | triggeronupdateattributelist |
RequiredLevel | None |
Type | Memo |
Format | TextArea |
FormatName | TextArea |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 1073741823 |
Type
Property | Value |
---|---|
Description | Type of the process. |
DisplayName | Type |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | type |
RequiredLevel | SystemRequired |
Type | Picklist |
DefaultFormValue | -1 |
GlobalChoiceName | workflow_type |
Type Choices/Options
Value | Label |
---|---|
1 | Definition |
2 | Activation |
3 | Template |
UIFlowType
Property | Value |
---|---|
Description | Type of the UI Flow process. |
DisplayName | UI Flow Type |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | uiflowtype |
RequiredLevel | None |
Type | Picklist |
DefaultFormValue | -1 |
GlobalChoiceName | workflow_uiflowtype |
UIFlowType Choices/Options
Value | Label |
---|---|
0 | Windows recorder (V1) |
1 | Selenium IDE |
2 | Power Automate Desktop |
101 | Recording |
UniqueName
Property | Value |
---|---|
Description | Unique name of the process |
DisplayName | Unique Name |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | uniquename |
RequiredLevel | None |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 256 |
UpdateStage
Property | Value |
---|---|
Description | Select the stage a process will be triggered on update. |
DisplayName | Update Stage |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | updatestage |
RequiredLevel | None |
Type | Picklist |
DefaultFormValue | -1 |
GlobalChoiceName | workflow_stage |
UpdateStage Choices/Options
Value | Label |
---|---|
20 | Pre-operation |
40 | Post-operation |
WorkflowId
Property | Value |
---|---|
Description | Unique identifier of the process. |
DisplayName | Process |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | workflowid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
Xaml
Property | Value |
---|---|
Description | XAML that defines the process. |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | xaml |
RequiredLevel | ApplicationRequired |
Type | Memo |
Format | TextArea |
FormatName | TextArea |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 1073741823 |
Read-only columns/attributes
These columns/attributes return false for both IsValidForCreate and IsValidForUpdate. Listed by SchemaName.
- ActiveWorkflowId
- ClientDataIsCompressed
- ComponentState
- CreatedBy
- CreatedOn
- CreatedOnBehalfBy
- EntityImage_Timestamp
- EntityImage_URL
- EntityImageId
- IsCrmUIWorkflow
- IsManaged
- ModifiedBy
- ModifiedOn
- ModifiedOnBehalfBy
- OverwriteTime
- OwnerIdName
- OwnerIdYomiName
- OwningBusinessUnit
- OwningTeam
- OwningUser
- ParentWorkflowId
- PluginTypeId
- SdkMessageId
- SolutionId
- SupportingSolutionId
- TrustedAccess
- UIData
- VersionNumber
- WorkflowIdUnique
ActiveWorkflowId
Property | Value |
---|---|
Description | Unique identifier of the latest activation record for the process. |
DisplayName | Active Process ID |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | activeworkflowid |
RequiredLevel | None |
Type | Lookup |
Targets | workflow |
ClientDataIsCompressed
Property | Value |
---|---|
Description | For Internal Use Only. |
DisplayName | Client Data Is Compressed |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | clientdataiscompressed |
RequiredLevel | None |
Type | Boolean |
GlobalChoiceName | workflow_clientdataiscompressed |
DefaultValue | False |
True Label | Workflow has compressed client data |
False Label | Workflow does not have compressed client data |
ComponentState
Property | Value |
---|---|
Description | For internal use only. |
DisplayName | Component State |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | componentstate |
RequiredLevel | SystemRequired |
Type | Picklist |
DefaultFormValue | -1 |
GlobalChoiceName | componentstate |
ComponentState Choices/Options
Value | Label |
---|---|
0 | Published |
1 | Unpublished |
2 | Deleted |
3 | Deleted Unpublished |
CreatedBy
Property | Value |
---|---|
Description | Unique identifier of the user who created the process. |
DisplayName | Created By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdby |
RequiredLevel | None |
Type | Lookup |
Targets | systemuser |
CreatedOn
Property | Value |
---|---|
Description | Date and time when the process was created. |
DisplayName | Created On |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdon |
RequiredLevel | None |
Type | DateTime |
CanChangeDateTimeBehavior | False |
DateTimeBehavior | UserLocal |
Format | DateAndTime |
ImeMode | Inactive |
SourceTypeMask | 0 |
CreatedOnBehalfBy
Property | Value |
---|---|
Description | Unique identifier of the delegate user who created the process. |
DisplayName | Created By (Delegate) |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdonbehalfby |
RequiredLevel | None |
Type | Lookup |
Targets | systemuser |
EntityImage_Timestamp
Property | Value |
---|---|
Description | |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | entityimage_timestamp |
RequiredLevel | None |
Type | BigInt |
MaxValue | 9223372036854775807 |
MinValue | -9223372036854775808 |
EntityImage_URL
Property | Value |
---|---|
Description | |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | entityimage_url |
RequiredLevel | None |
Type | String |
Format | Url |
FormatName | Url |
ImeMode | Disabled |
IsLocalizable | False |
MaxLength | 200 |
EntityImageId
Property | Value |
---|---|
Description | For internal use only. |
DisplayName | Entity Image Id |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | entityimageid |
RequiredLevel | None |
Type | Uniqueidentifier |
IsCrmUIWorkflow
Property | Value |
---|---|
Description | Indicates whether the process was created using the Microsoft Dynamics 365 Web application. |
DisplayName | Is CRM Process |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | iscrmuiworkflow |
RequiredLevel | None |
Type | Boolean |
GlobalChoiceName | workflow_iscrmuiworkflow |
DefaultValue | False |
True Label | Yes |
False Label | No |
IsManaged
Property | Value |
---|---|
Description | Indicates whether the solution component is part of a managed solution. |
DisplayName | Is Managed |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | ismanaged |
RequiredLevel | SystemRequired |
Type | Boolean |
GlobalChoiceName | ismanaged |
DefaultValue | False |
True Label | Managed |
False Label | Unmanaged |
ModifiedBy
Property | Value |
---|---|
Description | Unique identifier of the user who last modified the process. |
DisplayName | Modified By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedby |
RequiredLevel | None |
Type | Lookup |
Targets | systemuser |
ModifiedOn
Property | Value |
---|---|
Description | Date and time when the process was last modified. |
DisplayName | Modified On |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedon |
RequiredLevel | None |
Type | DateTime |
CanChangeDateTimeBehavior | False |
DateTimeBehavior | UserLocal |
Format | DateAndTime |
ImeMode | Inactive |
SourceTypeMask | 0 |
ModifiedOnBehalfBy
Property | Value |
---|---|
Description | Unique identifier of the delegate user who last modified the process. |
DisplayName | Modified By (Delegate) |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedonbehalfby |
RequiredLevel | None |
Type | Lookup |
Targets | systemuser |
OverwriteTime
Property | Value |
---|---|
Description | For internal use only. |
DisplayName | Record Overwrite Time |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | overwritetime |
RequiredLevel | SystemRequired |
Type | DateTime |
CanChangeDateTimeBehavior | False |
DateTimeBehavior | UserLocal |
Format | DateOnly |
ImeMode | Inactive |
SourceTypeMask | 0 |
OwnerIdName
Property | Value |
---|---|
Description | |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridname |
RequiredLevel | SystemRequired |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100 |
OwnerIdYomiName
Property | Value |
---|---|
Description | |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridyominame |
RequiredLevel | SystemRequired |
Type | String |
Format | Text |
FormatName | Text |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 100 |
OwningBusinessUnit
Property | Value |
---|---|
Description | Unique identifier of the business unit that owns the process. |
DisplayName | Owning Business Unit |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | owningbusinessunit |
RequiredLevel | None |
Type | Lookup |
Targets | businessunit |
OwningTeam
Property | Value |
---|---|
Description | Unique identifier of the team who owns the process. |
DisplayName | Owning Team |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owningteam |
RequiredLevel | None |
Type | Lookup |
Targets | team |
OwningUser
Property | Value |
---|---|
Description | Unique identifier of the user who owns the process. |
DisplayName | Owning User |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owninguser |
RequiredLevel | None |
Type | Lookup |
Targets | systemuser |
ParentWorkflowId
Property | Value |
---|---|
Description | Unique identifier of the definition for process activation. |
DisplayName | Parent Process ID |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | parentworkflowid |
RequiredLevel | None |
Type | Lookup |
Targets | workflow |
PluginTypeId
Property | Value |
---|---|
Description | Unique identifier of the plug-in type. |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | plugintypeid |
RequiredLevel | None |
Type | Lookup |
Targets | sdkmessagefilter |
SdkMessageId
Property | Value |
---|---|
Description | Unique identifier of the SDK Message associated with this workflow. |
DisplayName | SDK Message |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | sdkmessageid |
RequiredLevel | None |
Type | Lookup |
Targets | sdkmessage |
SolutionId
Property | Value |
---|---|
Description | Unique identifier of the associated solution. |
DisplayName | Solution |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | solutionid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
SupportingSolutionId
Property | Value |
---|---|
Description | For internal use only. |
DisplayName | Solution |
IsValidForForm | False |
IsValidForRead | False |
LogicalName | supportingsolutionid |
RequiredLevel | None |
Type | Uniqueidentifier |
TrustedAccess
Property | Value |
---|---|
Description | For Internal Use Only. |
DisplayName | Trusted Access |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | trustedaccess |
RequiredLevel | None |
Type | Boolean |
GlobalChoiceName | workflow_trustedaccess |
DefaultValue | False |
True Label | Workflow has gone through access check |
False Label | Workflow has not gone through access check |
UIData
Property | Value |
---|---|
Description | For internal use only. |
DisplayName | UI Data |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | uidata |
RequiredLevel | None |
Type | Memo |
Format | TextArea |
FormatName | TextArea |
ImeMode | Auto |
IsLocalizable | False |
MaxLength | 1073741823 |
VersionNumber
Property | Value |
---|---|
Description | |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | versionnumber |
RequiredLevel | None |
Type | BigInt |
MaxValue | 9223372036854775807 |
MinValue | -9223372036854775808 |
WorkflowIdUnique
Property | Value |
---|---|
Description | For internal use only. |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | workflowidunique |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
Many-to-One relationships
These relationships are many-to-one. Listed by SchemaName.
- business_unit_workflow
- owner_workflows
- system_user_workflow
- team_workflow
- workflow_active_workflow
- workflow_createdby
- workflow_createdonbehalfby
- Workflow_licenseentitledby
- workflow_modifiedby
- workflow_modifiedonbehalfby
- workflow_parent_workflow
business_unit_workflow
One-To-Many Relationship: businessunit business_unit_workflow
Property | Value |
---|---|
ReferencedEntity | businessunit |
ReferencedAttribute | businessunitid |
ReferencingAttribute | owningbusinessunit |
ReferencingEntityNavigationPropertyName | owningbusinessunit |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
owner_workflows
One-To-Many Relationship: owner owner_workflows
Property | Value |
---|---|
ReferencedEntity | owner |
ReferencedAttribute | ownerid |
ReferencingAttribute | ownerid |
ReferencingEntityNavigationPropertyName | ownerid |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: Restrict Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
system_user_workflow
One-To-Many Relationship: systemuser system_user_workflow
Property | Value |
---|---|
ReferencedEntity | systemuser |
ReferencedAttribute | systemuserid |
ReferencingAttribute | owninguser |
ReferencingEntityNavigationPropertyName | owninguser |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
team_workflow
One-To-Many Relationship: team team_workflow
Property | Value |
---|---|
ReferencedEntity | team |
ReferencedAttribute | teamid |
ReferencingAttribute | owningteam |
ReferencingEntityNavigationPropertyName | owningteam |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
workflow_active_workflow
One-To-Many Relationship: workflow workflow_active_workflow
Property | Value |
---|---|
ReferencedEntity | workflow |
ReferencedAttribute | workflowid |
ReferencingAttribute | activeworkflowid |
ReferencingEntityNavigationPropertyName | activeworkflowid |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: Restrict Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
workflow_createdby
One-To-Many Relationship: systemuser workflow_createdby
Property | Value |
---|---|
ReferencedEntity | systemuser |
ReferencedAttribute | systemuserid |
ReferencingAttribute | createdby |
ReferencingEntityNavigationPropertyName | createdby |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
workflow_createdonbehalfby
One-To-Many Relationship: systemuser workflow_createdonbehalfby
Property | Value |
---|---|
ReferencedEntity | systemuser |
ReferencedAttribute | systemuserid |
ReferencingAttribute | createdonbehalfby |
ReferencingEntityNavigationPropertyName | createdonbehalfby |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
Workflow_licenseentitledby
One-To-Many Relationship: workflow Workflow_licenseentitledby
Property | Value |
---|---|
ReferencedEntity | workflow |
ReferencedAttribute | workflowid |
ReferencingAttribute | licenseentitledby |
ReferencingEntityNavigationPropertyName | licenseentitledby_workflowid |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
workflow_modifiedby
One-To-Many Relationship: systemuser workflow_modifiedby
Property | Value |
---|---|
ReferencedEntity | systemuser |
ReferencedAttribute | systemuserid |
ReferencingAttribute | modifiedby |
ReferencingEntityNavigationPropertyName | modifiedby |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
workflow_modifiedonbehalfby
One-To-Many Relationship: systemuser workflow_modifiedonbehalfby
Property | Value |
---|---|
ReferencedEntity | systemuser |
ReferencedAttribute | systemuserid |
ReferencingAttribute | modifiedonbehalfby |
ReferencingEntityNavigationPropertyName | modifiedonbehalfby |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
workflow_parent_workflow
One-To-Many Relationship: workflow workflow_parent_workflow
Property | Value |
---|---|
ReferencedEntity | workflow |
ReferencedAttribute | workflowid |
ReferencingAttribute | parentworkflowid |
ReferencingEntityNavigationPropertyName | parentworkflowid |
IsHierarchical | |
CascadeConfiguration | Archive: NoCascade Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade RollupView: NoCascade Share: NoCascade Unshare: NoCascade |
One-to-Many relationships
These relationships are one-to-many. Listed by SchemaName.
- adx_invitation_redemptionworkflow
- AIPluginOperation_Workflow_Workflow
- catalogassignment_workflow
- flowcapacityassignment_workflow
- flowevent_workflow
- lk_asyncoperation_workflowactivationid
- lk_expiredprocess_processid
- lk_newprocess_processid
- lk_processsession_processid
- lk_translationprocess_processid
- msdyn_retrainworkflow_msdyn_toaimodel
- msdyn_scheduleinferenceworkflow_msdyn_toaimodel
- msdyn_workflow_msdyn_pmrecording
- msdyn_workflow_msdyn_solutionhealthrule_resolutionaction
- msdyn_workflow_msdyn_solutionhealthrule_Workflow
- msdyn_workflow_slaitem_customtimecalculationworkflowid
- process_processstage
- process_processtrigger
- regardingobjectid_process
- slabase_workflowid
- slaitembase_workflowid
- workflow_active_workflow
- Workflow_Annotation
- workflow_componentversionnrddatasourceset
- workflow_componentversions
- workflow_desktopflowbinary_Process
- workflow_flowlog_cloudflowid
- workflow_flowlog_desktopflowid
- workflow_flowrun_Workflow
- Workflow_licenseentitledby
- workflow_parent_workflow
- Workflow_SyncErrors
- workflow_workflowbinary_Process
adx_invitation_redemptionworkflow
Many-To-One Relationship: adx_invitation adx_invitation_redemptionworkflow
Property | Value |
---|---|
ReferencingEntity | adx_invitation |
ReferencingAttribute | adx_redemptionworkflow |
ReferencedEntityNavigationPropertyName | adx_invitation_redemptionworkflow |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: 10000 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
AIPluginOperation_Workflow_Workflow
Many-To-One Relationship: aipluginoperation AIPluginOperation_Workflow_Workflow
Property | Value |
---|---|
ReferencingEntity | aipluginoperation |
ReferencingAttribute | workflow |
ReferencedEntityNavigationPropertyName | AIPluginOperation_Workflow_Workflow |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: 10000 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
catalogassignment_workflow
Many-To-One Relationship: catalogassignment catalogassignment_workflow
Property | Value |
---|---|
ReferencingEntity | catalogassignment |
ReferencingAttribute | object |
ReferencedEntityNavigationPropertyName | CatalogAssignments |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: 10000 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
flowcapacityassignment_workflow
Many-To-One Relationship: flowcapacityassignment flowcapacityassignment_workflow
Property | Value |
---|---|
ReferencingEntity | flowcapacityassignment |
ReferencingAttribute | regarding |
ReferencedEntityNavigationPropertyName | flowcapacityassignment_workflow |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: 10000 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
flowevent_workflow
Many-To-One Relationship: flowevent flowevent_workflow
Property | Value |
---|---|
ReferencingEntity | flowevent |
ReferencingAttribute | parentobjectid |
ReferencedEntityNavigationPropertyName | flowevent_workflow |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: 10000 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
lk_asyncoperation_workflowactivationid
Many-To-One Relationship: asyncoperation lk_asyncoperation_workflowactivationid
Property | Value |
---|---|
ReferencingEntity | asyncoperation |
ReferencingAttribute | workflowactivationid |
ReferencedEntityNavigationPropertyName | lk_asyncoperation_workflowactivationid |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
lk_expiredprocess_processid
Many-To-One Relationship: expiredprocess lk_expiredprocess_processid
Property | Value |
---|---|
ReferencingEntity | expiredprocess |
ReferencingAttribute | processid |
ReferencedEntityNavigationPropertyName | workflow_expiredprocess |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
lk_newprocess_processid
Many-To-One Relationship: newprocess lk_newprocess_processid
Property | Value |
---|---|
ReferencingEntity | newprocess |
ReferencingAttribute | processid |
ReferencedEntityNavigationPropertyName | workflow_newprocess |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
lk_processsession_processid
Many-To-One Relationship: processsession lk_processsession_processid
Property | Value |
---|---|
ReferencingEntity | processsession |
ReferencingAttribute | processid |
ReferencedEntityNavigationPropertyName | lk_processsession_processid |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
lk_translationprocess_processid
Many-To-One Relationship: translationprocess lk_translationprocess_processid
Property | Value |
---|---|
ReferencingEntity | translationprocess |
ReferencingAttribute | processid |
ReferencedEntityNavigationPropertyName | workflow_translationprocess |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
msdyn_retrainworkflow_msdyn_toaimodel
Many-To-One Relationship: msdyn_aimodel msdyn_retrainworkflow_msdyn_toaimodel
Property | Value |
---|---|
ReferencingEntity | msdyn_aimodel |
ReferencingAttribute | msdyn_retrainworkflowid |
ReferencedEntityNavigationPropertyName | msdyn_retrainworkflow_msdyn_toaimodel |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: 10000 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
msdyn_scheduleinferenceworkflow_msdyn_toaimodel
Many-To-One Relationship: msdyn_aimodel msdyn_scheduleinferenceworkflow_msdyn_toaimodel
Property | Value |
---|---|
ReferencingEntity | msdyn_aimodel |
ReferencingAttribute | msdyn_scheduleinferenceworkflowid |
ReferencedEntityNavigationPropertyName | msdyn_scheduleinferenceworkflow_msdyn_toaimodel |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: 10000 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
msdyn_workflow_msdyn_pmrecording
Many-To-One Relationship: msdyn_pmrecording msdyn_workflow_msdyn_pmrecording
Property | Value |
---|---|
ReferencingEntity | msdyn_pmrecording |
ReferencingAttribute | msdyn_sourceworkflow |
ReferencedEntityNavigationPropertyName | msdyn_workflow_msdyn_pmrecording |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: 10000 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
msdyn_workflow_msdyn_solutionhealthrule_resolutionaction
Many-To-One Relationship: msdyn_solutionhealthrule msdyn_workflow_msdyn_solutionhealthrule_resolutionaction
Property | Value |
---|---|
ReferencingEntity | msdyn_solutionhealthrule |
ReferencingAttribute | msdyn_resolutionaction |
ReferencedEntityNavigationPropertyName | msdyn_workflow_msdyn_solutionhealthrule_resolutionaction |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: 10000 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
msdyn_workflow_msdyn_solutionhealthrule_Workflow
Many-To-One Relationship: msdyn_solutionhealthrule msdyn_workflow_msdyn_solutionhealthrule_Workflow
Property | Value |
---|---|
ReferencingEntity | msdyn_solutionhealthrule |
ReferencingAttribute | msdyn_workflow |
ReferencedEntityNavigationPropertyName | msdyn_workflow_msdyn_solutionhealthrule_Workflow |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: 10000 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
msdyn_workflow_slaitem_customtimecalculationworkflowid
Many-To-One Relationship: slaitem msdyn_workflow_slaitem_customtimecalculationworkflowid
Property | Value |
---|---|
ReferencingEntity | slaitem |
ReferencingAttribute | msdyn_customtimecalculationworkflowid |
ReferencedEntityNavigationPropertyName | msdyn_workflow_slaitem_customtimecalculationworkflowid |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: 10000 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
process_processstage
Many-To-One Relationship: processstage process_processstage
Property | Value |
---|---|
ReferencingEntity | processstage |
ReferencingAttribute | processid |
ReferencedEntityNavigationPropertyName | process_processstage |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
process_processtrigger
Many-To-One Relationship: processtrigger process_processtrigger
Property | Value |
---|---|
ReferencingEntity | processtrigger |
ReferencingAttribute | processid |
ReferencedEntityNavigationPropertyName | process_processtrigger |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
regardingobjectid_process
Many-To-One Relationship: flowsession regardingobjectid_process
Property | Value |
---|---|
ReferencingEntity | flowsession |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | regardingobjectid_process |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
slabase_workflowid
Many-To-One Relationship: sla slabase_workflowid
Property | Value |
---|---|
ReferencingEntity | sla |
ReferencingAttribute | workflowid |
ReferencedEntityNavigationPropertyName | slabase_workflowid |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
slaitembase_workflowid
Many-To-One Relationship: slaitem slaitembase_workflowid
Property | Value |
---|---|
ReferencingEntity | slaitem |
ReferencingAttribute | workflowid |
ReferencedEntityNavigationPropertyName | slaitembase_workflowid |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
workflow_active_workflow
Many-To-One Relationship: workflow workflow_active_workflow
Property | Value |
---|---|
ReferencingEntity | workflow |
ReferencingAttribute | activeworkflowid |
ReferencedEntityNavigationPropertyName | workflow_active_workflow |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
Workflow_Annotation
Many-To-One Relationship: annotation Workflow_Annotation
Property | Value |
---|---|
ReferencingEntity | annotation |
ReferencingAttribute | objectid |
ReferencedEntityNavigationPropertyName | Workflow_Annotation |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
workflow_componentversionnrddatasourceset
Many-To-One Relationship: componentversionnrddatasource workflow_componentversionnrddatasourceset
Property | Value |
---|---|
ReferencingEntity | componentversionnrddatasource |
ReferencingAttribute | component |
ReferencedEntityNavigationPropertyName | componentversionnrddatasourceset |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
workflow_componentversions
Many-To-One Relationship: componentversion workflow_componentversions
Property | Value |
---|---|
ReferencingEntity | componentversion |
ReferencingAttribute | component |
ReferencedEntityNavigationPropertyName | componentversions |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
workflow_desktopflowbinary_Process
Many-To-One Relationship: desktopflowbinary workflow_desktopflowbinary_Process
Property | Value |
---|---|
ReferencingEntity | desktopflowbinary |
ReferencingAttribute | process |
ReferencedEntityNavigationPropertyName | workflow_desktopflowbinary_Process |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
workflow_flowlog_cloudflowid
Many-To-One Relationship: flowlog workflow_flowlog_cloudflowid
Property | Value |
---|---|
ReferencingEntity | flowlog |
ReferencingAttribute | cloudflowid |
ReferencedEntityNavigationPropertyName | workflow_flowlog_cloudflowid |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: 10000 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
workflow_flowlog_desktopflowid
Many-To-One Relationship: flowlog workflow_flowlog_desktopflowid
Property | Value |
---|---|
ReferencingEntity | flowlog |
ReferencingAttribute | desktopflowid |
ReferencedEntityNavigationPropertyName | workflow_flowlog_desktopflowid |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: 10000 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
workflow_flowrun_Workflow
Many-To-One Relationship: flowrun workflow_flowrun_Workflow
Property | Value |
---|---|
ReferencingEntity | flowrun |
ReferencingAttribute | workflow |
ReferencedEntityNavigationPropertyName | workflow_flowrun_Workflow |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: 10000 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
Workflow_licenseentitledby
Many-To-One Relationship: workflow Workflow_licenseentitledby
Property | Value |
---|---|
ReferencingEntity | workflow |
ReferencingAttribute | licenseentitledby |
ReferencedEntityNavigationPropertyName | Workflow_licenseentitledby |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: 10000 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
workflow_parent_workflow
Many-To-One Relationship: workflow workflow_parent_workflow
Property | Value |
---|---|
ReferencingEntity | workflow |
ReferencingAttribute | parentworkflowid |
ReferencedEntityNavigationPropertyName | workflow_parent_workflow |
IsCustomizable | False |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
Workflow_SyncErrors
Many-To-One Relationship: syncerror Workflow_SyncErrors
Property | Value |
---|---|
ReferencingEntity | syncerror |
ReferencingAttribute | regardingobjectid |
ReferencedEntityNavigationPropertyName | Workflow_SyncErrors |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
workflow_workflowbinary_Process
Many-To-One Relationship: workflowbinary workflow_workflowbinary_Process
Property | Value |
---|---|
ReferencingEntity | workflowbinary |
ReferencingAttribute | process |
ReferencedEntityNavigationPropertyName | workflow_workflowbinary_Process |
IsCustomizable | True |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplay Group: Details Label: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
Many-to-Many relationships
These relationships are many-to-many. Listed by SchemaName.
botcomponent_workflow
See botcomponent botcomponent_workflow Many-To-Many Relationship
Property | Value |
---|---|
IntersectEntityName | botcomponent_workflow |
IsCustomizable | False |
SchemaName | botcomponent_workflow |
IntersectAttribute | workflowid |
NavigationPropertyName | botcomponent_workflow |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: 10000 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
workflow_card_connections
See card workflow_card_connections Many-To-Many Relationship
Property | Value |
---|---|
IntersectEntityName | workflowcardconnections |
IsCustomizable | False |
SchemaName | workflow_card_connections |
IntersectAttribute | workflowid |
NavigationPropertyName | workflow_card_connections |
AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionName Group: Details Label: MenuId: null Order: 10000 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
See also
Dataverse table/entity reference
Dataverse Web API Reference
workflow