WorkflowLog Entity Reference
Log used to track process execution.
Messages
| Message | Web API Operation | SDK Assembly |
|---|---|---|
| Create | POST [org URI]/api/data/v9.0/workflowlogs See Create |
CreateRequest or Create |
| Delete | DELETE [org URI]/api/data/v9.0/workflowlogs(workflowlogid) See Delete |
DeleteRequest or Delete |
| Retrieve | GET [org URI]/api/data/v9.0/workflowlogs(workflowlogid) See Retrieve |
RetrieveRequest or Retrieve |
| RetrieveMultiple | GET [org URI]/api/data/v9.0/workflowlogs See Query Data |
RetrieveMultipleRequest or RetrieveMultiple |
| Update | PATCH [org URI]/api/data/v9.0/workflowlogs(workflowlogid) See Update |
UpdateRequest or Update |
Entity Properties
| Property | Value |
|---|---|
| CollectionSchemaName | WorkflowLogs |
| DisplayCollectionName | Process Logs |
| DisplayName | Process Log |
| EntitySetName | workflowlogs |
| IsBPFEntity | False |
| LogicalCollectionName | workflowlogs |
| LogicalName | workflowlog |
| OwnershipType | None |
| PrimaryIdAttribute | workflowlogid |
| PrimaryNameAttribute | |
| SchemaName | WorkflowLog |
Writable attributes
These attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.
- ActivityName
- AsyncOperationId
- ChildWorkflowInstanceId
- ChildWorkflowInstanceObjectTypeCode
- CompletedOn
- Description
- ErrorCode
- InteractionActivityResult
- Message
- ObjectTypeCode
- RegardingObjectId
- RegardingObjectIdName
- RegardingObjectIdYomiName
- RegardingObjectTypeCode
- StageName
- StartedOn
- Status
- StepName
- WorkflowLogId
ActivityName
| Property | Value |
|---|---|
| Description | Name of the activity which the process step is currently processing. |
| DisplayName | Activity Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | activityname |
| MaxLength | 160 |
| RequiredLevel | None |
| Type | String |
AsyncOperationId
| Property | Value |
|---|---|
| Description | Unique identifier of the parent record. |
| DisplayName | Parent record |
| IsValidForForm | True |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | asyncoperationid |
| RequiredLevel | SystemRequired |
| Targets | asyncoperation,processsession |
| Type | Lookup |
ChildWorkflowInstanceId
| Property | Value |
|---|---|
| Description | Unique identifier of the system job. |
| DisplayName | Child Workflow System Job |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | childworkflowinstanceid |
| RequiredLevel | None |
| Targets | asyncoperation,processsession |
| Type | Lookup |
ChildWorkflowInstanceObjectTypeCode
| Property | Value |
|---|---|
| Description | Object Type Code of the entity that is associated with the child workflow. |
| DisplayName | Entity |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | childworkflowinstanceobjecttypecode |
| RequiredLevel | None |
| Type | EntityName |
CompletedOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time when the operation was completed. |
| DisplayName | Completed On |
| Format | DateAndTime |
| IsValidForCreate | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | completedon |
| RequiredLevel | None |
| Type | DateTime |
Description
| Property | Value |
|---|---|
| Description | Description of the process step. |
| DisplayName | Step Description |
| Format | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | description |
| MaxLength | 100000 |
| RequiredLevel | None |
| Type | Memo |
ErrorCode
| Property | Value |
|---|---|
| Description | Error code related to process. |
| DisplayName | Error Message |
| Format | None |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | errorcode |
| MaxValue | 2147483647 |
| MinValue | -2147483648 |
| RequiredLevel | None |
| Type | Integer |
InteractionActivityResult
| Property | Value |
|---|---|
| Description | String specifying the result of an interaction activity. |
| DisplayName | Interaction Activity Result |
| Format | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | interactionactivityresult |
| MaxLength | 100000 |
| RequiredLevel | None |
| Type | Memo |
Message
| Property | Value |
|---|---|
| Description | Message related to process. |
| DisplayName | Message |
| Format | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | message |
| MaxLength | 100000 |
| RequiredLevel | None |
| Type | Memo |
ObjectTypeCode
| Property | Value |
|---|---|
| Description | Type of entity with which the process is associated. |
| DisplayName | Entity |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | objecttypecode |
| RequiredLevel | SystemRequired |
| Type | EntityName |
RegardingObjectId
| Property | Value |
|---|---|
| Description | Unique identifier of the associated record. |
| DisplayName | Regarding |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | regardingobjectid |
| RequiredLevel | None |
| Targets | |
| Type | Lookup |
RegardingObjectIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | Regarding Object Id Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | regardingobjectidname |
| MaxLength | 256 |
| RequiredLevel | None |
| Type | String |
RegardingObjectIdYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | Regarding Object Id Yomi Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | regardingobjectidyominame |
| MaxLength | 160 |
| RequiredLevel | None |
| Type | String |
RegardingObjectTypeCode
| Property | Value |
|---|---|
| Description | |
| DisplayName | Regarding Object Type Code |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | regardingobjecttypecode |
| RequiredLevel | None |
| Type | EntityName |
StageName
| Property | Value |
|---|---|
| Description | Name of the process stage. |
| DisplayName | Process Stage |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | stagename |
| MaxLength | 256 |
| RequiredLevel | None |
| Type | String |
StartedOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time when the operation was started. |
| DisplayName | Started On |
| Format | DateAndTime |
| IsValidForCreate | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | startedon |
| RequiredLevel | None |
| Type | DateTime |
Status
| Property | Value |
|---|---|
| Description | Status of the process step for which process log record has been created: In Progress, Successfully Completed, or Failed. |
| DisplayName | Status |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | status |
| RequiredLevel | SystemRequired |
| Type | Picklist |
Status Options
| Value | Label |
|---|---|
| 1 | In Progress |
| 2 | Succeeded |
| 3 | Failed |
| 4 | Canceled |
| 5 | Waiting |
StepName
| Property | Value |
|---|---|
| Description | Name of the process step. |
| DisplayName | Step Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | stepname |
| MaxLength | 160 |
| RequiredLevel | None |
| Type | String |
WorkflowLogId
| Property | Value |
|---|---|
| Description | Unique identifier of the process log entry. |
| DisplayName | Process Log |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | workflowlogid |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
Read-only attributes
These attributes return false for both IsValidForCreate or IsValidForUpdate. Listed by SchemaName.
- AsyncOperationIdName
- ChildWorkflowInstanceIdName
- CreatedBy
- CreatedByName
- CreatedByYomiName
- CreatedOn
- CreatedOnBehalfBy
- CreatedOnBehalfByName
- CreatedOnBehalfByYomiName
- Duration
- ModifiedBy
- ModifiedByName
- ModifiedByYomiName
- ModifiedOn
- ModifiedOnBehalfBy
- ModifiedOnBehalfByName
- ModifiedOnBehalfByYomiName
- OwnerId
- OwnerIdType
- OwningBusinessUnit
- OwningTeam
- OwningUser
AsyncOperationIdName
| Property | Value |
|---|---|
| Description | Name of the parent record. |
| DisplayName | Parent record |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | asyncoperationidname |
| MaxLength | 256 |
| RequiredLevel | None |
| Type | String |
ChildWorkflowInstanceIdName
| Property | Value |
|---|---|
| Description | Name of the async operation. |
| DisplayName | Child Async Operation Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | childworkflowinstanceidname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedBy
| Property | Value |
|---|---|
| Description | Unique identifier of the user who created the process log entry. |
| DisplayName | Created By |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
CreatedByName
| Property | Value |
|---|---|
| Description | |
| DisplayName | Created By Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedByYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | Created By Yomi Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time when the process log entry was created. |
| DisplayName | Started On |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdon |
| RequiredLevel | None |
| Type | DateTime |
CreatedOnBehalfBy
| Property | Value |
|---|---|
| Description | Unique identifier of the delegate user who created the process log. |
| DisplayName | Created By (Delegate) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdonbehalfby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
CreatedOnBehalfByName
| Property | Value |
|---|---|
| Description | |
| DisplayName | Created By(Delegate) Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdonbehalfbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedOnBehalfByYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | Created By(Delegate) Yomi Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdonbehalfbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
Duration
| Property | Value |
|---|---|
| Description | Duration between completed on and started on, used by business process flow. |
| DisplayName | Duration |
| Format | None |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | duration |
| MaxValue | 2147483647 |
| MinValue | -2147483648 |
| RequiredLevel | None |
| Type | Integer |
ModifiedBy
| Property | Value |
|---|---|
| Description | Unique identifier of the user who last modified the process log entry. |
| DisplayName | Modified By |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedby |
| RequiredLevel | SystemRequired |
| Targets | systemuser |
| Type | Lookup |
ModifiedByName
| Property | Value |
|---|---|
| Description | Name of the user who last modified the operation. |
| DisplayName | Modified By Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedByYomiName
| Property | Value |
|---|---|
| Description | YomiName of the user who last modified the operation. |
| DisplayName | Modified By Yomi Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time when the process log entry was last modified. |
| DisplayName | Modified On |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedon |
| RequiredLevel | None |
| Type | DateTime |
ModifiedOnBehalfBy
| Property | Value |
|---|---|
| Description | Unique identifier of the delegate user who last modified the process log. |
| DisplayName | Modified By (Delegate) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
ModifiedOnBehalfByName
| Property | Value |
|---|---|
| Description | |
| DisplayName | Modified On Behalf By Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedOnBehalfByYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | Modified On Behalf By Yomi Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
OwnerId
| Property | Value |
|---|---|
| Description | Unique identifier of the user or team who owns the process log. |
| DisplayName | Owner |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | ownerid |
| RequiredLevel | ApplicationRequired |
| Targets | systemuser,team |
| Type | Owner |
OwnerIdType
| Property | Value |
|---|---|
| Description | |
| DisplayName | Owner Id Type |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owneridtype |
| RequiredLevel | SystemRequired |
| Type | EntityName |
OwningBusinessUnit
| Property | Value |
|---|---|
| Description | Unique identifier of the business unit that owns the process. |
| DisplayName | Owning Business Unit |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owningbusinessunit |
| RequiredLevel | None |
| Targets | businessunit |
| Type | Lookup |
OwningTeam
| Property | Value |
|---|---|
| Description | Unique identifier of the team who owns the process log. |
| DisplayName | Owning Team |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owningteam |
| RequiredLevel | None |
| Targets | team |
| Type | Lookup |
OwningUser
| Property | Value |
|---|---|
| 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 |
Many-To-One Relationships
Each Many-To-One relationship is defined by a corresponding One-To-Many relationship with the related entity. Listed by SchemaName.
- lk_phonetocaseprocess_workflowlogs
- lk_leadtoopportunitysalesprocess_workflowlogs
- lk_opportunitysalesprocess_workflowlogs
- msdyn_bpf_665e73aa18c247d886bfc50499c73b82_WorkflowLogs
- msdyn_bpf_d8f9dc7f099f44db9d641dd81fbd470d_WorkflowLogs
- msdyn_bpf_2c5fe86acc8b414b8322ae571000c799_WorkflowLogs
- msdyn_bpf_989e9b1857e24af18787d5143b67523b_WorkflowLogs
- msdyn_bpf_baa0a411a239410cb8bded8b5fdd88e3_WorkflowLogs
- msdyn_bpf_d3d97bac8c294105840e99e37a9d1c39_WorkflowLogs
- msdyn_bpf_477c16f59170487b8b4dc895c5dcd09b_WorkflowLogs
- business_unit_workflowlogs
- lk_workflowlog_createdby
- lk_workflowlog_processsession
- lk_workflowlog_processsession_childworkflow
- lk_workflowlog_asyncoperation_childworkflow
- lk_workflowlog_asyncoperations
- lk_workflowlog_modifiedby
- lk_newprocess_workflowlogs
- team_workflowlog
- lk_workflowlog_createdonbehalfby
- lk_translationprocess_workflowlogs
- lk_expiredprocess_workflowlogs
- lk_workflowlog_modifiedonbehalfby
lk_phonetocaseprocess_workflowlogs
Added by: Service Solution
See phonetocaseprocess Entity lk_phonetocaseprocess_workflowlogs One-To-Many relationship.
lk_leadtoopportunitysalesprocess_workflowlogs
Added by: Sales Solution
See leadtoopportunitysalesprocess Entity lk_leadtoopportunitysalesprocess_workflowlogs One-To-Many relationship.
lk_opportunitysalesprocess_workflowlogs
Added by: Sales Solution
See opportunitysalesprocess Entity lk_opportunitysalesprocess_workflowlogs One-To-Many relationship.
msdyn_bpf_665e73aa18c247d886bfc50499c73b82_WorkflowLogs
Added by: Project Service Automation Solution
See msdyn_bpf_665e73aa18c247d886bfc50499c73b82 Entity msdyn_bpf_665e73aa18c247d886bfc50499c73b82_WorkflowLogs One-To-Many relationship.
msdyn_bpf_d8f9dc7f099f44db9d641dd81fbd470d_WorkflowLogs
Added by: Project Service Automation Solution
See msdyn_bpf_d8f9dc7f099f44db9d641dd81fbd470d Entity msdyn_bpf_d8f9dc7f099f44db9d641dd81fbd470d_WorkflowLogs One-To-Many relationship.
msdyn_bpf_2c5fe86acc8b414b8322ae571000c799_WorkflowLogs
Added by: Field Service Solution
See msdyn_bpf_2c5fe86acc8b414b8322ae571000c799 Entity msdyn_bpf_2c5fe86acc8b414b8322ae571000c799_WorkflowLogs One-To-Many relationship.
msdyn_bpf_989e9b1857e24af18787d5143b67523b_WorkflowLogs
Added by: Field Service Solution
See msdyn_bpf_989e9b1857e24af18787d5143b67523b Entity msdyn_bpf_989e9b1857e24af18787d5143b67523b_WorkflowLogs One-To-Many relationship.
msdyn_bpf_baa0a411a239410cb8bded8b5fdd88e3_WorkflowLogs
Added by: Field Service Solution
See msdyn_bpf_baa0a411a239410cb8bded8b5fdd88e3 Entity msdyn_bpf_baa0a411a239410cb8bded8b5fdd88e3_WorkflowLogs One-To-Many relationship.
msdyn_bpf_d3d97bac8c294105840e99e37a9d1c39_WorkflowLogs
Added by: Field Service Solution
See msdyn_bpf_d3d97bac8c294105840e99e37a9d1c39 Entity msdyn_bpf_d3d97bac8c294105840e99e37a9d1c39_WorkflowLogs One-To-Many relationship.
msdyn_bpf_477c16f59170487b8b4dc895c5dcd09b_WorkflowLogs
Added by: Connected Field Service for Microsoft Dynamics 365 Solution
See msdyn_bpf_477c16f59170487b8b4dc895c5dcd09b Entity msdyn_bpf_477c16f59170487b8b4dc895c5dcd09b_WorkflowLogs One-To-Many relationship.
business_unit_workflowlogs
See businessunit Entity business_unit_workflowlogs One-To-Many relationship.
lk_workflowlog_createdby
See systemuser Entity lk_workflowlog_createdby One-To-Many relationship.
lk_workflowlog_processsession
See processsession Entity lk_workflowlog_processsession One-To-Many relationship.
lk_workflowlog_processsession_childworkflow
See processsession Entity lk_workflowlog_processsession_childworkflow One-To-Many relationship.
lk_workflowlog_asyncoperation_childworkflow
See asyncoperation Entity lk_workflowlog_asyncoperation_childworkflow One-To-Many relationship.
lk_workflowlog_asyncoperations
See asyncoperation Entity lk_workflowlog_asyncoperations One-To-Many relationship.
lk_workflowlog_modifiedby
See systemuser Entity lk_workflowlog_modifiedby One-To-Many relationship.
lk_newprocess_workflowlogs
See newprocess Entity lk_newprocess_workflowlogs One-To-Many relationship.
team_workflowlog
See team Entity team_workflowlog One-To-Many relationship.
lk_workflowlog_createdonbehalfby
See systemuser Entity lk_workflowlog_createdonbehalfby One-To-Many relationship.
lk_translationprocess_workflowlogs
See translationprocess Entity lk_translationprocess_workflowlogs One-To-Many relationship.
lk_expiredprocess_workflowlogs
See expiredprocess Entity lk_expiredprocess_workflowlogs One-To-Many relationship.
lk_workflowlog_modifiedonbehalfby
See systemuser Entity lk_workflowlog_modifiedonbehalfby One-To-Many relationship.
See also
About the Entity Reference
Programming reference for Dynamics 365 Customer Engagement
Web API Reference
workflowlog EntityType
Commentaires
Envoyer et afficher des commentaires pour