Référence d’entité/de table Process (Workflow)
Notes
Vous n’êtes pas sûr de la table par rapport à l’entité ? Voir Développeurs : Comprendre la terminologie dans Microsoft Dataverse.
Set of logical rules that define the steps necessary to automate a specific business process, task, or set of actions to be performed.
Messages
Message | Opération de l'API web | Classe ou méthode SDK |
---|---|---|
AddRequiredDesktopFlowComponentsToSolutions | AddRequiredDesktopFlowComponentsToSolutions Action | Type généré par CrmSvcUtil.exe ou utilisez OrganizationRequest en définissant les paramètres requis pour le message. |
Assign | PATCH [org URI]/api/data/v9.0/workflows(workflowid) Mettre à jour la propriété ownerid . |
AssignRequest |
CancelAllCloudFlowRuns | CancelAllCloudFlowRuns Action | Type généré par CrmSvcUtil.exe ou utilisez OrganizationRequest en définissant les paramètres requis pour le message. |
Create | POST [org URI]/api/data/v9.0/workflows Voir Créer |
CreateRequest ou Create |
CreateWorkflowFromTemplate | CreateWorkflowFromTemplate Action | CreateWorkflowFromTemplateRequest |
Delete | DELETE [org URI]/api/data/v9.0/workflows(workflowid) Voir Supprimer |
DeleteRequest ou Delete |
ExecuteWorkflow | ExecuteWorkflow Action | ExecuteWorkflowRequest |
GrantAccess | GrantAccess Action | GrantAccessRequest |
InitializeModernFlowFromAsyncWorkflow | InitializeModernFlowFromAsyncWorkflow Action | InitializeModernFlowFromAsyncWorkflowRequest |
install | install Action | Type généré par CrmSvcUtil.exe ou utilisez OrganizationRequest en définissant les paramètres requis pour le message. |
ListConnectionReferences | ListConnectionReferences Action | Type généré par CrmSvcUtil.exe ou utilisez OrganizationRequest en définissant les paramètres requis pour le message. |
ModifyAccess | ModifyAccess Action | ModifyAccessRequest |
Retrieve | GET [org URI]/api/data/v9.0/workflows(workflowid) Voir Récupérer |
RetrieveRequest ou Retrieve |
RetrieveMultiple | GET [org URI]/api/data/v9.0/workflows Voir Rechercher des données |
RetrieveMultipleRequest ou RetrieveMultiple |
RetrievePrincipalAccess | RetrievePrincipalAccess Function | RetrievePrincipalAccessRequest |
RetrieveSharedPrincipalsAndAccess | RetrieveSharedPrincipalsAndAccess Function | RetrieveSharedPrincipalsAndAccessRequest |
RetrieveUnpublished | RetrieveUnpublished Function | RetrieveUnpublishedRequest |
RetrieveUnpublishedMultiple | RetrieveUnpublishedMultiple Function | RetrieveUnpublishedMultipleRequest |
RevokeAccess | RevokeAccess Action | RevokeAccessRequest |
RunDesktopFlow | RunDesktopFlow Action | Type généré par CrmSvcUtil.exe ou utilisez OrganizationRequest en définissant les paramètres requis pour le message. |
SaveAsDesktopFlow | SaveAsDesktopFlow Action | Type généré par CrmSvcUtil.exe ou utilisez OrganizationRequest en définissant les paramètres requis pour le message. |
SetState | PATCH [org URI]/api/data/v9.0/workflows(workflowid) Mettre à jour les propriétés statecode et statuscode . |
SetStateRequest |
Update | PATCH [org URI]/api/data/v9.0/workflows(workflowid) Voir Mettre à jour |
UpdateRequest ou Update |
Propriétés
Propriété | Valeur |
---|---|
CollectionSchemaName | Workflows |
DisplayCollectionName | Processes |
DisplayName | Process |
EntitySetName | workflows |
IsBPFEntity | False |
LogicalCollectionName | workflows |
LogicalName | workflow |
OwnershipType | UserOwned |
PrimaryIdAttribute | workflowid |
PrimaryNameAttribute | name |
SchemaName | Workflow |
Colonnes/Attributs inscriptibles
Ces colonnes/attributs renvoient la valeur true pour IsValidForCreate ou IsValidForUpdate (généralement les deux). Répertorié par 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
- Name
- OnDemand
- Outputs
- OwnerId
- OwnerIdType
- 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
Propriété | Valeur |
---|---|
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 |
Choix/Options AsyncAutoDelete
Valeur | Étiquette | Description |
---|---|---|
1 | Yes | |
0 | No |
Valeur par défaut : 0
BillingContext
Ajouté par : solution Power Automate Workflow Table Extensions
Propriété | Valeur |
---|---|
Description | Billing context this flow is in. |
DisplayName | BillingContext |
Format | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | billingcontext |
MaxLength | 100000 |
RequiredLevel | None |
Type | Memo |
BusinessProcessType
Propriété | Valeur |
---|---|
Description | Business Process Type. |
DisplayName | Business Process Type |
IsValidForForm | True |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | businessprocesstype |
RequiredLevel | None |
Type | Picklist |
Choix/Options BusinessProcessType
Valeur | Étiquette | Description |
---|---|---|
0 | Business Flow | |
1 | Task Flow |
Category
Propriété | Valeur |
---|---|
Description | Category of the process. |
DisplayName | Category |
IsValidForForm | True |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | category |
RequiredLevel | SystemRequired |
Type | Picklist |
Choix/Options Category
Valeur | Étiquette | Description |
---|---|---|
0 | Workflow | |
1 | Dialog | |
2 | Business Rule | |
3 | Action | |
4 | Business Process Flow | |
5 | Modern Flow | |
6 | Desktop Flow |
ClientData
Propriété | Valeur |
---|---|
Description | Business logic converted into client data |
DisplayName | Client Data |
Format | TextArea |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | clientdata |
MaxLength | 1073741823 |
RequiredLevel | None |
Type | Memo |
ConnectionReferences
Ajouté par : solution Power Automate Workflow Table Extensions
Propriété | Valeur |
---|---|
Description | Connection References related to this workflow. |
DisplayName | Connection references |
Format | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | connectionreferences |
MaxLength | 100000 |
RequiredLevel | None |
Type | Memo |
CreateMetadata
Ajouté par : solution Power Automate Workflow Table Extensions
Propriété | Valeur |
---|---|
Description | Create metadata for this workflow. |
DisplayName | Create metadata |
Format | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | createmetadata |
MaxLength | 100000 |
RequiredLevel | None |
Type | Memo |
CreateStage
Propriété | Valeur |
---|---|
Description | Stage of the process when triggered on Create. |
DisplayName | Create Stage |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createstage |
RequiredLevel | None |
Type | Picklist |
Choix/Options CreateStage
Valeur | Étiquette | Description |
---|---|---|
20 | Pre-operation | |
40 | Post-operation |
Definition
Ajouté par : solution Power Automate Workflow Table Extensions
Propriété | Valeur |
---|---|
Description | Definition of the business logic of this workflow instance. |
DisplayName | Definition |
Format | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | definition |
MaxLength | 1048576 |
RequiredLevel | None |
Type | Memo |
DeleteStage
Propriété | Valeur |
---|---|
Description | Stage of the process when triggered on Delete. |
DisplayName | Delete stage |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | deletestage |
RequiredLevel | None |
Type | Picklist |
Choix/Options DeleteStage
Valeur | Étiquette | Description |
---|---|---|
20 | Pre-operation | |
40 | Post-operation |
Dependencies
Ajouté par : solution Power Automate Workflow Table Extensions
Propriété | Valeur |
---|---|
Description | Soft dependencies of this workflow instance. |
DisplayName | Dependencies |
Format | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | dependencies |
MaxLength | 100000 |
RequiredLevel | None |
Type | Memo |
Description
Propriété | Valeur |
---|---|
Description | Description of the process. |
DisplayName | Description |
Format | TextArea |
IsLocalizable | True |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | description |
MaxLength | 100000 |
RequiredLevel | None |
Type | Memo |
DesktopFlowModules
Ajouté par : solution Power Automate Workflow Table Extensions
Propriété | Valeur |
---|---|
Description | Desktop flow modules related to this workflow. |
DisplayName | Desktop flow modules |
Format | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | desktopflowmodules |
MaxLength | 100000 |
RequiredLevel | None |
Type | Memo |
DynamicsSolutionContext
Ajouté par : solution Power Automate Workflow Table Extensions
Propriété | Valeur |
---|---|
Description | comma separated list of one or more Dynamics First Party Solution Unique names that this workflow is in context of. |
DisplayName | DynamicsSolutionContext |
Format | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | dynamicssolutioncontext |
MaxLength | 10000 |
RequiredLevel | None |
Type | Memo |
EntityImage
Propriété | Valeur |
---|---|
Description | Shows the default image for the record. |
DisplayName | Default Image |
IsPrimaryImage | True |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | entityimage |
MaxHeight | 144 |
MaxWidth | 144 |
RequiredLevel | None |
Type | Image |
FormId
Propriété | Valeur |
---|---|
Description | Unique identifier of the associated form. |
DisplayName | Form ID |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | formid |
RequiredLevel | None |
Type | Uniqueidentifier |
InputParameters
Propriété | Valeur |
---|---|
Description | Input parameters to the process. |
DisplayName | Input Parameters |
Format | TextArea |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | inputparameters |
MaxLength | 1073741823 |
RequiredLevel | None |
Type | Memo |
Inputs
Ajouté par : solution Power Automate Workflow Table Extensions
Propriété | Valeur |
---|---|
Description | Inputs definition for this workflow. |
DisplayName | Inputs |
Format | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | inputs |
MaxLength | 1048576 |
RequiredLevel | None |
Type | Memo |
IntroducedVersion
Propriété | Valeur |
---|---|
Description | Version in which the form is introduced. |
DisplayName | Introduced Version |
FormatName | VersionNumber |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | introducedversion |
MaxLength | 48 |
RequiredLevel | None |
Type | String |
IsCustomizable
Propriété | Valeur |
---|---|
Description | Information that specifies whether this component can be customized. |
DisplayName | Customizable |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | iscustomizable |
RequiredLevel | SystemRequired |
Type | ManagedProperty |
IsCustomProcessingStepAllowedForOtherPublishers
Ajouté par : solution MessageProcessorExtension
Propriété | Valeur |
---|---|
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
Propriété | Valeur |
---|---|
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 |
Choix/Options IsTransacted
Valeur | Étiquette | Description |
---|---|---|
1 | Yes | |
0 | No |
Valeur par défaut : 1
LanguageCode
Propriété | Valeur |
---|---|
Description | Language of the process. |
DisplayName | Language |
Format | Language |
IsValidForForm | True |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | languagecode |
MaxValue | 2147483647 |
MinValue | 0 |
RequiredLevel | None |
Type | Integer |
LicenseEntitledBy
Ajouté par : solution Power Automate Workflow Table Extensions
Propriété | Valeur |
---|---|
Description | The source of the license entitlements. |
DisplayName | License entitled by |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | licenseentitledby |
RequiredLevel | None |
Targets | workflow |
Type | Lookup |
Metadata
Ajouté par : solution Power Automate Workflow Table Extensions
Propriété | Valeur |
---|---|
Description | Additional metadata for this workflow. |
DisplayName | Metadata |
Format | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | metadata |
MaxLength | 100000 |
RequiredLevel | None |
Type | Memo |
Mode
Propriété | Valeur |
---|---|
Description | Shows the mode of the process. |
DisplayName | Mode |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | mode |
RequiredLevel | SystemRequired |
Type | Picklist |
Choix/Options Mode
Valeur | Étiquette | Description |
---|---|---|
0 | Background | |
1 | Real-time |
Name
Propriété | Valeur |
---|---|
Description | Name of the process. |
DisplayName | Process Name |
FormatName | Text |
IsLocalizable | True |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | name |
MaxLength | 100 |
RequiredLevel | SystemRequired |
Type | String |
OnDemand
Propriété | Valeur |
---|---|
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 |
Choix/Options OnDemand
Valeur | Étiquette | Description |
---|---|---|
1 | Yes | |
0 | No |
Valeur par défaut : 0
Outputs
Ajouté par : solution Power Automate Workflow Table Extensions
Propriété | Valeur |
---|---|
Description | Outputs definition for this workflow. |
DisplayName | Outputs |
Format | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | outputs |
MaxLength | 1048576 |
RequiredLevel | None |
Type | Memo |
OwnerId
Propriété | Valeur |
---|---|
Description | Unique identifier of the user or team who owns the process. |
DisplayName | Owner |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | ownerid |
RequiredLevel | SystemRequired |
Targets | systemuser |
Type | Owner |
OwnerIdType
Propriété | Valeur |
---|---|
Description | |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridtype |
RequiredLevel | SystemRequired |
Type | EntityName |
PrimaryEntity
Propriété | Valeur |
---|---|
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 |
IsValidForUpdate | False |
LogicalName | primaryentity |
RequiredLevel | SystemRequired |
Type | EntityName |
ProcessOrder
Propriété | Valeur |
---|---|
Description | Type the business process flow order. |
DisplayName | Process Order |
Format | None |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | processorder |
MaxValue | 2147483647 |
MinValue | 0 |
RequiredLevel | None |
Type | Integer |
ProcessRoleAssignment
Propriété | Valeur |
---|---|
Description | Contains the role assignment for the process. |
DisplayName | Role assignment for Process |
Format | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | processroleassignment |
MaxLength | 1048576 |
RequiredLevel | None |
Type | Memo |
ProcessTriggerFormId
Propriété | Valeur |
---|---|
Description | Unique identifier of the associated form for process trigger. |
DisplayName | ProcessTriggerFormId |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | processtriggerformid |
RequiredLevel | None |
Type | Uniqueidentifier |
ProcessTriggerScope
Propriété | Valeur |
---|---|
Description | Scope of the process trigger. |
DisplayName | ProcessTriggerScope |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | processtriggerscope |
RequiredLevel | None |
Type | Picklist |
Choix/Options ProcessTriggerScope
Valeur | Étiquette | Description |
---|---|---|
1 | Form | |
2 | Entity |
Rank
Propriété | Valeur |
---|---|
Description | Indicates the rank for order of execution for the synchronous workflow. |
DisplayName | Rank |
Format | None |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | rank |
MaxValue | 2147483647 |
MinValue | -2147483648 |
RequiredLevel | None |
Type | Integer |
RendererObjectTypeCode
Propriété | Valeur |
---|---|
Description | The renderer type of Workflow |
DisplayName | Renderer Type |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | rendererobjecttypecode |
RequiredLevel | None |
Type | EntityName |
ResourceContainer
Ajouté par : solution Power Automate Workflow Table Extensions
Propriété | Valeur |
---|---|
Description | For internal use only. |
DisplayName | ResourceContainer |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | resourcecontainer |
MaxLength | 10000 |
RequiredLevel | None |
Type | String |
ResourceId
Ajouté par : solution Power Automate Workflow Table Extensions
Propriété | Valeur |
---|---|
Description | For internal use only. |
DisplayName | ResourceId |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | resourceid |
RequiredLevel | None |
Type | Uniqueidentifier |
RunAs
Propriété | Valeur |
---|---|
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 |
Choix/Options RunAs
Valeur | Étiquette | Description |
---|---|---|
0 | Owner | |
1 | Calling User |
SchemaVersion
Ajouté par : solution Power Automate Workflow Table Extensions
Propriété | Valeur |
---|---|
Description | Schema version for this workflow. |
DisplayName | Schema Version |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | schemaversion |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
Scope
Propriété | Valeur |
---|---|
Description | Scope of the process. |
DisplayName | Scope |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | scope |
RequiredLevel | SystemRequired |
Type | Picklist |
Choix/Options Scope
Valeur | Étiquette | Description |
---|---|---|
1 | User | |
2 | Business Unit | |
3 | Parent: Child Business Units | |
4 | Organization |
StateCode
Propriété | Valeur |
---|---|
Description | Status of the workflow |
DisplayName | Status |
IsValidForCreate | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | statecode |
RequiredLevel | SystemRequired |
Type | State |
Choix/Options StateCode
Valeur | Étiquette | Statut par défaut | Nom invariant |
---|---|---|---|
0 | Draft | 1 | Draft |
1 | Activated | 2 | Activated |
2 | Suspended | 3 | Suspended |
StatusCode
Propriété | Valeur |
---|---|
Description | Reason for the status of the workflow |
DisplayName | Status Reason |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | statuscode |
RequiredLevel | None |
Type | Status |
Choix/Options StatusCode
Valeur | Étiquette | État |
---|---|---|
1 | Draft | 0 |
2 | Activated | 1 |
3 | CompanyDLPViolation | 2 |
Subprocess
Propriété | Valeur |
---|---|
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 |
Choix/Options Subprocess
Valeur | Étiquette | Description |
---|---|---|
1 | Yes | |
0 | No |
Valeur par défaut : 0
SuspensionReasonDetails
Ajouté par : solution Power Automate Workflow Table Extensions
Propriété | Valeur |
---|---|
Description | |
DisplayName | |
Format | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | suspensionreasondetails |
MaxLength | 500 |
RequiredLevel | None |
Type | Memo |
SyncWorkflowLogOnFailure
Propriété | Valeur |
---|---|
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 |
Choix/Options SyncWorkflowLogOnFailure
Valeur | Étiquette | Description |
---|---|---|
1 | Yes | |
0 | No |
Valeur par défaut : 0
ThrottlingBehavior
Ajouté par : solution Power Automate Workflow Table Extensions
Propriété | Valeur |
---|---|
Description | The throttling behavior type. |
DisplayName | Throttling behavior type |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | throttlingbehavior |
RequiredLevel | None |
Type | Picklist |
Choix/Options ThrottlingBehavior
Valeur | Étiquette | Description |
---|---|---|
0 | None | |
1 | TenantPool |
TriggerOnCreate
Propriété | Valeur |
---|---|
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 |
Choix/Options TriggerOnCreate
Valeur | Étiquette | Description |
---|---|---|
1 | Yes | |
0 | No |
Valeur par défaut : 0
TriggerOnDelete
Propriété | Valeur |
---|---|
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 |
Choix/Options TriggerOnDelete
Valeur | Étiquette | Description |
---|---|---|
1 | Yes | |
0 | No |
Valeur par défaut : 0
TriggerOnUpdateAttributeList
Propriété | Valeur |
---|---|
Description | Attributes that trigger the process when updated. |
DisplayName | Trigger On Update Attribute List |
Format | TextArea |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | triggeronupdateattributelist |
MaxLength | 1073741823 |
RequiredLevel | None |
Type | Memo |
Type
Propriété | Valeur |
---|---|
Description | Type of the process. |
DisplayName | Type |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | type |
RequiredLevel | SystemRequired |
Type | Picklist |
Choix/Options Type
Valeur | Étiquette | Description |
---|---|---|
1 | Definition | |
2 | Activation | |
3 | Template |
UIFlowType
Propriété | Valeur |
---|---|
Description | Type of the UI Flow process. |
DisplayName | Desktop Flow Type |
IsValidForForm | True |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | uiflowtype |
RequiredLevel | None |
Type | Picklist |
Choix/Options UIFlowType
Valeur | Étiquette | Description |
---|---|---|
0 | Windows recorder (V1) | |
1 | Selenium IDE | |
2 | Power Automate Desktop | |
101 | Recording |
UniqueName
Propriété | Valeur |
---|---|
Description | Unique name of the process |
DisplayName | Unique Name |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | uniquename |
MaxLength | 256 |
RequiredLevel | None |
Type | String |
UpdateStage
Propriété | Valeur |
---|---|
Description | Select the stage a process will be triggered on update. |
DisplayName | Update Stage |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | updatestage |
RequiredLevel | None |
Type | Picklist |
Choix/Options UpdateStage
Valeur | Étiquette | Description |
---|---|---|
20 | Pre-operation | |
40 | Post-operation |
WorkflowId
Propriété | Valeur |
---|---|
Description | Unique identifier of the process. |
DisplayName | Process |
IsValidForForm | False |
IsValidForRead | True |
IsValidForUpdate | False |
LogicalName | workflowid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
Xaml
Propriété | Valeur |
---|---|
Description | XAML that defines the process. |
DisplayName | |
Format | TextArea |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | xaml |
MaxLength | 1073741823 |
RequiredLevel | ApplicationRequired |
Type | Memo |
Colonnes/Attributs en lecture seule
Ces colonnes/attributs renvoient la valeur false pour IsValidForCreate ou IsValidForUpdate. Répertorié par SchemaName.
- ActiveWorkflowId
- ActiveWorkflowIdName
- ComponentState
- CreatedBy
- CreatedByName
- CreatedByYomiName
- CreatedOn
- CreatedOnBehalfBy
- CreatedOnBehalfByName
- CreatedOnBehalfByYomiName
- EntityImage_Timestamp
- EntityImage_URL
- EntityImageId
- IsCrmUIWorkflow
- IsManaged
- licenseentitledbyName
- ModifiedBy
- ModifiedByName
- ModifiedByYomiName
- ModifiedOn
- ModifiedOnBehalfBy
- ModifiedOnBehalfByName
- ModifiedOnBehalfByYomiName
- OverwriteTime
- OwnerIdName
- OwnerIdYomiName
- OwningBusinessUnit
- OwningBusinessUnitName
- OwningTeam
- OwningUser
- ParentWorkflowId
- ParentWorkflowIdName
- PluginTypeId
- SdkMessageId
- SolutionId
- SupportingSolutionId
- TrustedAccess
- UIData
- VersionNumber
- WorkflowIdUnique
ActiveWorkflowId
Propriété | Valeur |
---|---|
Description | Unique identifier of the latest activation record for the process. |
DisplayName | Active Process ID |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | activeworkflowid |
RequiredLevel | None |
Targets | workflow |
Type | Lookup |
ActiveWorkflowIdName
Propriété | Valeur |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | activeworkflowidname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ComponentState
Propriété | Valeur |
---|---|
Description | For internal use only. |
DisplayName | Component State |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | componentstate |
RequiredLevel | SystemRequired |
Type | Picklist |
Choix/Options ComponentState
Valeur | Étiquette | Description |
---|---|---|
0 | Published | |
1 | Unpublished | |
2 | Deleted | |
3 | Deleted Unpublished |
CreatedBy
Propriété | Valeur |
---|---|
Description | Unique identifier of the user who created the process. |
DisplayName | Created By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
CreatedByName
Propriété | Valeur |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedByYomiName
Propriété | Valeur |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedOn
Propriété | Valeur |
---|---|
DateTimeBehavior | UserLocal |
Description | Date and time when the process was created. |
DisplayName | Created On |
Format | DateAndTime |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdon |
RequiredLevel | None |
Type | DateTime |
CreatedOnBehalfBy
Propriété | Valeur |
---|---|
Description | Unique identifier of the delegate user who created the process. |
DisplayName | Created By (Delegate) |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | createdonbehalfby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
CreatedOnBehalfByName
Propriété | Valeur |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdonbehalfbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
CreatedOnBehalfByYomiName
Propriété | Valeur |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | createdonbehalfbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
EntityImage_Timestamp
Propriété | Valeur |
---|---|
Description | |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | entityimage_timestamp |
MaxValue | 9223372036854775807 |
MinValue | -9223372036854775808 |
RequiredLevel | None |
Type | BigInt |
EntityImage_URL
Propriété | Valeur |
---|---|
Description | |
DisplayName | |
FormatName | Url |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | entityimage_url |
MaxLength | 200 |
RequiredLevel | None |
Type | String |
EntityImageId
Propriété | Valeur |
---|---|
Description | For internal use only. |
DisplayName | Entity Image Id |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | entityimageid |
RequiredLevel | None |
Type | Uniqueidentifier |
IsCrmUIWorkflow
Propriété | Valeur |
---|---|
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 |
Choix/Options IsCrmUIWorkflow
Valeur | Étiquette | Description |
---|---|---|
1 | Yes | |
0 | No |
Valeur par défaut : 0
IsManaged
Propriété | Valeur |
---|---|
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 |
Choix/Options IsManaged
Valeur | Étiquette | Description |
---|---|---|
1 | Managed | |
0 | Unmanaged |
Valeur par défaut : 0
licenseentitledbyName
Ajouté par : solution Power Automate Workflow Table Extensions
Propriété | Valeur |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | licenseentitledbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ModifiedBy
Propriété | Valeur |
---|---|
Description | Unique identifier of the user who last modified the process. |
DisplayName | Modified By |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
ModifiedByName
Propriété | Valeur |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ModifiedByYomiName
Propriété | Valeur |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ModifiedOn
Propriété | Valeur |
---|---|
DateTimeBehavior | UserLocal |
Description | Date and time when the process was last modified. |
DisplayName | Modified On |
Format | DateAndTime |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedon |
RequiredLevel | None |
Type | DateTime |
ModifiedOnBehalfBy
Propriété | Valeur |
---|---|
Description | Unique identifier of the delegate user who last modified the process. |
DisplayName | Modified By (Delegate) |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | modifiedonbehalfby |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
ModifiedOnBehalfByName
Propriété | Valeur |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedonbehalfbyname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
ModifiedOnBehalfByYomiName
Propriété | Valeur |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | modifiedonbehalfbyyominame |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
OverwriteTime
Propriété | Valeur |
---|---|
DateTimeBehavior | UserLocal |
Description | For internal use only. |
DisplayName | Record Overwrite Time |
Format | DateOnly |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | overwritetime |
RequiredLevel | SystemRequired |
Type | DateTime |
OwnerIdName
Propriété | Valeur |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridname |
MaxLength | 100 |
RequiredLevel | SystemRequired |
Type | String |
OwnerIdYomiName
Propriété | Valeur |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owneridyominame |
MaxLength | 100 |
RequiredLevel | SystemRequired |
Type | String |
OwningBusinessUnit
Propriété | Valeur |
---|---|
Description | Unique identifier of the business unit that owns the process. |
DisplayName | Owning Business Unit |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | owningbusinessunit |
RequiredLevel | None |
Targets | businessunit |
Type | Lookup |
OwningBusinessUnitName
Propriété | Valeur |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owningbusinessunitname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
OwningTeam
Propriété | Valeur |
---|---|
Description | Unique identifier of the team who owns the process. |
DisplayName | Owning Team |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owningteam |
RequiredLevel | None |
Targets | team |
Type | Lookup |
OwningUser
Propriété | Valeur |
---|---|
Description | Unique identifier of the user who owns the process. |
DisplayName | Owning User |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | owninguser |
RequiredLevel | None |
Targets | systemuser |
Type | Lookup |
ParentWorkflowId
Propriété | Valeur |
---|---|
Description | Unique identifier of the definition for process activation. |
DisplayName | Parent Process ID |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | parentworkflowid |
RequiredLevel | None |
Targets | workflow |
Type | Lookup |
ParentWorkflowIdName
Propriété | Valeur |
---|---|
Description | |
DisplayName | |
FormatName | Text |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | parentworkflowidname |
MaxLength | 100 |
RequiredLevel | None |
Type | String |
PluginTypeId
Propriété | Valeur |
---|---|
Description | Unique identifier of the plug-in type. |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | plugintypeid |
RequiredLevel | None |
Targets | sdkmessagefilter |
Type | Lookup |
SdkMessageId
Propriété | Valeur |
---|---|
Description | Unique identifier of the SDK Message associated with this workflow. |
DisplayName | SDK Message |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | sdkmessageid |
RequiredLevel | None |
Targets | sdkmessage |
Type | Lookup |
SolutionId
Propriété | Valeur |
---|---|
Description | Unique identifier of the associated solution. |
DisplayName | Solution |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | solutionid |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
SupportingSolutionId
Propriété | Valeur |
---|---|
Description | For internal use only. |
DisplayName | Solution |
IsValidForForm | False |
IsValidForRead | False |
LogicalName | supportingsolutionid |
RequiredLevel | None |
Type | Uniqueidentifier |
TrustedAccess
Ajouté par : solution Power Automate Workflow Table Extensions
Propriété | Valeur |
---|---|
Description | For Internal Use Only. |
DisplayName | Trusted Access |
IsValidForForm | True |
IsValidForRead | True |
LogicalName | trustedaccess |
RequiredLevel | None |
Type | Boolean |
Choix/Options TrustedAccess
Valeur | Étiquette | Description |
---|---|---|
1 | Workflow has gone through access check | |
0 | Workflow has not gone through access check |
Valeur par défaut : 0
UIData
Propriété | Valeur |
---|---|
Description | For internal use only. |
DisplayName | UI Data |
Format | TextArea |
IsLocalizable | False |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | uidata |
MaxLength | 1073741823 |
RequiredLevel | None |
Type | Memo |
VersionNumber
Propriété | Valeur |
---|---|
Description | |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | versionnumber |
MaxValue | 9223372036854775807 |
MinValue | -9223372036854775808 |
RequiredLevel | None |
Type | BigInt |
WorkflowIdUnique
Propriété | Valeur |
---|---|
Description | For internal use only. |
DisplayName | |
IsValidForForm | False |
IsValidForRead | True |
LogicalName | workflowidunique |
RequiredLevel | SystemRequired |
Type | Uniqueidentifier |
Relations un-à-plusieurs
Répertorié par SchemaName.
- Workflow_Annotation
- process_processstage
- lk_asyncoperation_workflowactivationid
- process_processtrigger
- lk_expiredprocess_processid
- workflow_parent_workflow
- slaitembase_workflowid
- slabase_workflowid
- lk_processsession_processid
- lk_translationprocess_processid
- lk_newprocess_processid
- Workflow_SyncErrors
- workflow_active_workflow
- catalogassignment_workflow
- workflow_componentversionnrddatasourceset
- workflow_componentversions
- Workflow_licenseentitledby
- regardingobjectid_process
- workflow_workflowbinary_Process
- workflow_desktopflowbinary_Process
- workflow_flowrun_Workflow
- flowcapacityassignment_workflow
- flowevent_workflow
- AIPluginOperation_Workflow_Workflow
- msdyn_workflow_slaitem_customtimecalculationworkflowid
- msdyn_retrainworkflow_msdyn_toaimodel
- msdyn_scheduleinferenceworkflow_msdyn_toaimodel
- msdyn_workflow_msdyn_pmrecording
- msdyn_workflow_msdyn_solutionhealthrule_Workflow
- msdyn_workflow_msdyn_solutionhealthrule_resolutionaction
- adx_invitation_redemptionworkflow
- workflow_flowlog_cloudflowid
- workflow_flowlog_desktopflowid
Workflow_Annotation
Identique à la relation plusieurs à un Workflow_Annotation pour la table/entité annotation.
Propriété | Valeur |
---|---|
ReferencingEntity | annotation |
ReferencingAttribute | objectid |
IsHierarchical | False |
IsCustomizable | True |
ReferencedEntityNavigationPropertyName | Workflow_Annotation |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
process_processstage
Identique à la relation plusieurs à un process_processstage pour la table/entité processstage.
Propriété | Valeur |
---|---|
ReferencingEntity | processstage |
ReferencingAttribute | processid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | process_processstage |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: Cascade Unshare: Cascade |
lk_asyncoperation_workflowactivationid
Identique à la relation plusieurs à un lk_asyncoperation_workflowactivationid pour la table/entité asyncoperation.
Propriété | Valeur |
---|---|
ReferencingEntity | asyncoperation |
ReferencingAttribute | workflowactivationid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | lk_asyncoperation_workflowactivationid |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
process_processtrigger
Identique à la relation plusieurs à un process_processtrigger pour la table/entité processtrigger.
Propriété | Valeur |
---|---|
ReferencingEntity | processtrigger |
ReferencingAttribute | processid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | process_processtrigger |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_expiredprocess_processid
Identique à la relation plusieurs à un lk_expiredprocess_processid pour la table/entité expiredprocess.
Propriété | Valeur |
---|---|
ReferencingEntity | expiredprocess |
ReferencingAttribute | processid |
IsHierarchical | False |
IsCustomizable | True |
ReferencedEntityNavigationPropertyName | workflow_expiredprocess |
AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
workflow_parent_workflow
Identique à la relation plusieurs à un workflow_parent_workflow pour la table/entité workflow.
Propriété | Valeur |
---|---|
ReferencingEntity | workflow |
ReferencingAttribute | parentworkflowid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | workflow_parent_workflow |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
slaitembase_workflowid
Identique à la relation plusieurs à un slaitembase_workflowid pour la table/entité slaitem.
Propriété | Valeur |
---|---|
ReferencingEntity | slaitem |
ReferencingAttribute | workflowid |
IsHierarchical | False |
IsCustomizable | True |
ReferencedEntityNavigationPropertyName | slaitembase_workflowid |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
slabase_workflowid
Identique à la relation plusieurs à un slabase_workflowid pour la table/entité sla.
Propriété | Valeur |
---|---|
ReferencingEntity | sla |
ReferencingAttribute | workflowid |
IsHierarchical | False |
IsCustomizable | True |
ReferencedEntityNavigationPropertyName | slabase_workflowid |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_processsession_processid
Identique à la relation plusieurs à un lk_processsession_processid pour la table/entité processsession.
Propriété | Valeur |
---|---|
ReferencingEntity | processsession |
ReferencingAttribute | processid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | lk_processsession_processid |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_translationprocess_processid
Identique à la relation plusieurs à un lk_translationprocess_processid pour la table/entité translationprocess.
Propriété | Valeur |
---|---|
ReferencingEntity | translationprocess |
ReferencingAttribute | processid |
IsHierarchical | False |
IsCustomizable | True |
ReferencedEntityNavigationPropertyName | workflow_translationprocess |
AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
lk_newprocess_processid
Identique à la relation plusieurs à un lk_newprocess_processid pour la table/entité newprocess.
Propriété | Valeur |
---|---|
ReferencingEntity | newprocess |
ReferencingAttribute | processid |
IsHierarchical | False |
IsCustomizable | True |
ReferencedEntityNavigationPropertyName | workflow_newprocess |
AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
Workflow_SyncErrors
Identique à la relation plusieurs à un Workflow_SyncErrors pour la table/entité syncerror.
Propriété | Valeur |
---|---|
ReferencingEntity | syncerror |
ReferencingAttribute | regardingobjectid |
IsHierarchical | False |
IsCustomizable | True |
ReferencedEntityNavigationPropertyName | Workflow_SyncErrors |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: Cascade Reparent: Cascade Share: Cascade Unshare: Cascade |
workflow_active_workflow
Identique à la relation plusieurs à un workflow_active_workflow pour la table/entité workflow.
Propriété | Valeur |
---|---|
ReferencingEntity | workflow |
ReferencingAttribute | activeworkflowid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | workflow_active_workflow |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: Restrict Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
catalogassignment_workflow
Ajouté par : solution CatalogFramework
Identique à la relation plusieurs à un catalogassignment_workflow pour la table/entité catalogassignment.
Propriété | Valeur |
---|---|
ReferencingEntity | catalogassignment |
ReferencingAttribute | object |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | CatalogAssignments |
AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
workflow_componentversionnrddatasourceset
Ajouté par : solution Component Versioning
Identique à la relation plusieurs à un workflow_componentversionnrddatasourceset pour la table/entité componentversionnrddatasource.
Propriété | Valeur |
---|---|
ReferencingEntity | componentversionnrddatasource |
ReferencingAttribute | component |
IsHierarchical | False |
IsCustomizable | True |
ReferencedEntityNavigationPropertyName | componentversionnrddatasourceset |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
workflow_componentversions
Ajouté par : solution Component Versioning
Identique à la relation plusieurs à un workflow_componentversions pour la table/entité componentversion.
Propriété | Valeur |
---|---|
ReferencingEntity | componentversion |
ReferencingAttribute | component |
IsHierarchical | False |
IsCustomizable | True |
ReferencedEntityNavigationPropertyName | componentversions |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
Workflow_licenseentitledby
Ajouté par : solution Power Automate Workflow Table Extensions
Identique à la relation plusieurs à un Workflow_licenseentitledby pour la table/entité workflow.
Propriété | Valeur |
---|---|
ReferencingEntity | workflow |
ReferencingAttribute | licenseentitledby |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | Workflow_licenseentitledby |
AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
regardingobjectid_process
Ajouté par : solution Power Automate Core Components
Identique à la relation plusieurs à un regardingobjectid_process pour la table/entité flowsession.
Propriété | Valeur |
---|---|
ReferencingEntity | flowsession |
ReferencingAttribute | regardingobjectid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | regardingobjectid_process |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
workflow_workflowbinary_Process
Ajouté par : solution Power Automate Core Components
Identique à la relation plusieurs à un workflow_workflowbinary_Process pour la table/entité workflowbinary.
Propriété | Valeur |
---|---|
ReferencingEntity | workflowbinary |
ReferencingAttribute | process |
IsHierarchical | False |
IsCustomizable | True |
ReferencedEntityNavigationPropertyName | workflow_workflowbinary_Process |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
workflow_desktopflowbinary_Process
Ajouté par : solution Power Automate Core Components
Identique à la relation plusieurs à un workflow_desktopflowbinary_Process pour la table/entité desktopflowbinary.
Propriété | Valeur |
---|---|
ReferencingEntity | desktopflowbinary |
ReferencingAttribute | process |
IsHierarchical | False |
IsCustomizable | True |
ReferencedEntityNavigationPropertyName | workflow_desktopflowbinary_Process |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
workflow_flowrun_Workflow
Ajouté par : solution Power Automate Online
Identique à la relation plusieurs à un workflow_flowrun_Workflow pour la table/entité flowrun.
Propriété | Valeur |
---|---|
ReferencingEntity | flowrun |
ReferencingAttribute | workflow |
IsHierarchical | False |
IsCustomizable | True |
ReferencedEntityNavigationPropertyName | workflow_flowrun_Workflow |
AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
flowcapacityassignment_workflow
Ajouté par : solution Power Automate Core Components
Identique à la relation plusieurs à un flowcapacityassignment_workflow pour la table/entité flowcapacityassignment.
Propriété | Valeur |
---|---|
ReferencingEntity | flowcapacityassignment |
ReferencingAttribute | regarding |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | flowcapacityassignment_workflow |
AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
flowevent_workflow
Ajouté par : solution Power Automate Core Components
Identique à la relation plusieurs à un flowevent_workflow pour la table/entité flowevent.
Propriété | Valeur |
---|---|
ReferencingEntity | flowevent |
ReferencingAttribute | parentobjectid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | flowevent_workflow |
AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
AIPluginOperation_Workflow_Workflow
Ajouté par : solution AIPlatformExtensionsCore Solution
Identique à la relation plusieurs à un AIPluginOperation_Workflow_Workflow pour la table/entité aipluginoperation.
Propriété | Valeur |
---|---|
ReferencingEntity | aipluginoperation |
ReferencingAttribute | workflow |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | AIPluginOperation_Workflow_Workflow |
AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_workflow_slaitem_customtimecalculationworkflowid
Ajouté par : solution Service Level Agreement (SLA) Extension
Identique à la relation plusieurs à un msdyn_workflow_slaitem_customtimecalculationworkflowid pour la table/entité slaitem.
Propriété | Valeur |
---|---|
ReferencingEntity | slaitem |
ReferencingAttribute | msdyn_customtimecalculationworkflowid |
IsHierarchical | False |
IsCustomizable | True |
ReferencedEntityNavigationPropertyName | msdyn_workflow_slaitem_customtimecalculationworkflowid |
AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_retrainworkflow_msdyn_toaimodel
Ajouté par : solution AISolution
Identique à la relation plusieurs à un msdyn_retrainworkflow_msdyn_toaimodel pour la table/entité msdyn_aimodel.
Propriété | Valeur |
---|---|
ReferencingEntity | msdyn_aimodel |
ReferencingAttribute | msdyn_retrainworkflowid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | msdyn_retrainworkflow_msdyn_toaimodel |
AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_scheduleinferenceworkflow_msdyn_toaimodel
Ajouté par : solution AISolution
Identique à la relation plusieurs à un msdyn_scheduleinferenceworkflow_msdyn_toaimodel pour la table/entité msdyn_aimodel.
Propriété | Valeur |
---|---|
ReferencingEntity | msdyn_aimodel |
ReferencingAttribute | msdyn_scheduleinferenceworkflowid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | msdyn_scheduleinferenceworkflow_msdyn_toaimodel |
AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_workflow_msdyn_pmrecording
Ajouté par : solution Process Mining
Identique à la relation plusieurs à un msdyn_workflow_msdyn_pmrecording pour la table/entité msdyn_pmrecording.
Propriété | Valeur |
---|---|
ReferencingEntity | msdyn_pmrecording |
ReferencingAttribute | msdyn_sourceworkflow |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | msdyn_workflow_msdyn_pmrecording |
AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
CascadeConfiguration | Assign: NoCascade Delete: Restrict Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_workflow_msdyn_solutionhealthrule_Workflow
Ajouté par : solution Power Apps Checker
Identique à la relation plusieurs à un msdyn_workflow_msdyn_solutionhealthrule_Workflow pour la table/entité msdyn_solutionhealthrule.
Propriété | Valeur |
---|---|
ReferencingEntity | msdyn_solutionhealthrule |
ReferencingAttribute | msdyn_workflow |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | msdyn_workflow_msdyn_solutionhealthrule_Workflow |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: 10000 |
CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_workflow_msdyn_solutionhealthrule_resolutionaction
Ajouté par : solution Power Apps Checker
Identique à la relation plusieurs à un msdyn_workflow_msdyn_solutionhealthrule_resolutionaction pour la table/entité msdyn_solutionhealthrule.
Propriété | Valeur |
---|---|
ReferencingEntity | msdyn_solutionhealthrule |
ReferencingAttribute | msdyn_resolutionaction |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | msdyn_workflow_msdyn_solutionhealthrule_resolutionaction |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: 10000 |
CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
adx_invitation_redemptionworkflow
Ajouté par : solution Power Pages Runtime Core
Identique à la relation plusieurs à un adx_invitation_redemptionworkflow pour la table/entité adx_invitation.
Propriété | Valeur |
---|---|
ReferencingEntity | adx_invitation |
ReferencingAttribute | adx_redemptionworkflow |
IsHierarchical | False |
IsCustomizable | True |
ReferencedEntityNavigationPropertyName | adx_invitation_redemptionworkflow |
AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: 10000 |
CascadeConfiguration | Assign: NoCascade Delete: RemoveLink Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
workflow_flowlog_cloudflowid
Ajouté par : solution Power Automate Online
Identique à la relation plusieurs à un workflow_flowlog_cloudflowid pour la table/entité flowlog.
Propriété | Valeur |
---|---|
ReferencingEntity | flowlog |
ReferencingAttribute | cloudflowid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | workflow_flowlog_cloudflowid |
AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
workflow_flowlog_desktopflowid
Ajouté par : solution Power Automate Online
Identique à la relation plusieurs à un workflow_flowlog_desktopflowid pour la table/entité flowlog.
Propriété | Valeur |
---|---|
ReferencingEntity | flowlog |
ReferencingAttribute | desktopflowid |
IsHierarchical | False |
IsCustomizable | False |
ReferencedEntityNavigationPropertyName | workflow_flowlog_desktopflowid |
AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
Relations plusieurs-à-un
Chaque relation plusieurs-à-un est définie par une relation un-à-plusieurs correspondante avec la table associée. Répertorié par SchemaName.
- workflow_active_workflow
- workflow_modifiedby
- workflow_createdonbehalfby
- business_unit_workflow
- system_user_workflow
- team_workflow
- workflow_createdby
- workflow_parent_workflow
- workflow_modifiedonbehalfby
- Workflow_licenseentitledby
workflow_active_workflow
Voir la relation un à plusieurs workflow_active_workflow pour la table/entité workflow.
workflow_modifiedby
Voir la relation un à plusieurs workflow_modifiedby pour la table/entité systemuser.
workflow_createdonbehalfby
Voir la relation un à plusieurs workflow_createdonbehalfby pour la table/entité systemuser.
business_unit_workflow
Voir la relation un à plusieurs business_unit_workflow pour la table/entité businessunit.
system_user_workflow
Voir la relation un à plusieurs system_user_workflow pour la table/entité systemuser.
team_workflow
Voir la relation un à plusieurs team_workflow pour la table/entité team.
workflow_createdby
Voir la relation un à plusieurs workflow_createdby pour la table/entité systemuser.
workflow_parent_workflow
Voir la relation un à plusieurs workflow_parent_workflow pour la table/entité workflow.
workflow_modifiedonbehalfby
Voir la relation un à plusieurs workflow_modifiedonbehalfby pour la table/entité systemuser.
Workflow_licenseentitledby
Voir la relation un à plusieurs Workflow_licenseentitledby pour la table/entité workflow.
Relations plusieurs-à-plusieurs
Détails de la relation fournis où la table Workflow est la première table de la relation. Répertorié par SchemaName.
botcomponent_workflow
Voir la relation plusieurs à plusieurs botcomponent_workflow pour la table/entité botcomponent.
workflow_card_connections
IntersectEntityName: workflowcardconnections
Table 1
Propriété | Valeur |
---|---|
IntersectAttribute | workflowid |
IsCustomizable | False |
LogicalName | workflow |
NavigationPropertyName | workflow_card_connections |
AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
Table 2
Propriété | Valeur |
---|---|
LogicalName | card |
IntersectAttribute | cardid |
NavigationPropertyName | workflow_card_connections |
AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
Voir aussi
Référence d’entité/de table Dataverse Référence d’API web workflow EntityType