workflowlog EntityType
Description: Log used to track process execution.
Entity Set path: [organization URI]/api/data/v8.0/workflowlogs
Base Type: crmbaseentity EntityType
Display Name: Process Log
Primary Key: workflowlogid
Properties
Single-valued navigation properties
The workflowlog entity type has no collection-valued navigation properties.
Properties
Properties represent fields of data stored in the entity. Some properties are not writable.
Name | Type | Details |
---|---|---|
_asyncoperationid_value |
Edm.Guid |
Description: Unique identifier of the parent record. Computed property Read-only property |
_childworkflowinstanceid_value |
Edm.Guid |
Description: Unique identifier of the system job. Computed property Read-only property |
_createdby_value |
Edm.Guid |
Description: Unique identifier of the user who created the process log entry. Computed property Read-only property |
_createdonbehalfby_value |
Edm.Guid |
Description: Unique identifier of the delegate user who created the process log. Computed property Read-only property |
_modifiedby_value |
Edm.Guid |
Description: Unique identifier of the user who last modified the process log entry. Computed property Read-only property |
_modifiedonbehalfby_value |
Edm.Guid |
Description: Unique identifier of the delegate user who last modified the process log. Computed property Read-only property |
_ownerid_value |
Edm.Guid |
Description: Unique identifier of the user or team who owns the process log. Read-only property |
_owningbusinessunit_value |
Edm.Guid |
Description: Unique identifier of the business unit that owns the process. Computed property Read-only property |
_owningteam_value |
Edm.Guid |
Description: Unique identifier of the team who owns the process log. Computed property Read-only property |
_owninguser_value |
Edm.Guid |
Description: Unique identifier of the user who owns the process. Computed property Read-only property |
_regardingobjectid_value |
Edm.Guid |
Description: Unique identifier of the associated record. Computed property Read-only property |
activityname |
Edm.String |
Description: Name of the activity which the process step is currently processing. Display Name: Activity Name |
completedon |
Edm.DateTimeOffset |
Description: Date and time when the operation was completed. Display Name: Completed On |
createdon |
Edm.DateTimeOffset |
Description: Date and time when the process log entry was created. Display Name: Started On Read-only property |
description |
Edm.String |
Description: Description of the process step. Display Name: Step Description |
errorcode |
Edm.Int32 |
Description: Error code related to process. Display Name: Error Message |
interactionactivityresult |
Edm.String |
Description: String specifying the result of an interaction activity. Display Name: Interaction Activity Result |
message |
Edm.String |
Description: Message related to process. Display Name: Message |
modifiedon |
Edm.DateTimeOffset |
Description: Date and time when the process log entry was last modified. Display Name: Modified On Read-only property |
stagename |
Edm.String |
Description: Name of the process stage. Display Name: Process Stage |
status |
Edm.Int32 |
Description: Status of the process step for which process log record has been created: In Progress, Successfully Completed, or Failed. Default Options: 1 : In Progress Display Name: Status |
stepname |
Edm.String |
Description: Name of the process step. Display Name: Step Name |
workflowlogid |
Edm.Guid |
Description: Unique identifier of the process log entry. Display Name: Process Log |
Single-valued navigation properties
Single-valued navigation properties represent lookup fields where a single entity can be referenced.
Name | Type | Partner |
---|---|---|
asyncoperationid_asyncoperation |
lk_workflowlog_asyncoperations |
|
childworkflowinstanceid_asyncoperation |
lk_workflowlog_asyncoperation_childworkflow |
|
createdby |
lk_workflowlog_createdby |
|
createdonbehalfby |
lk_workflowlog_createdonbehalfby |
|
modifiedby |
lk_workflowlog_modifiedby |
|
modifiedonbehalfby |
lk_workflowlog_modifiedonbehalfby |
|
owningbusinessunit |
business_unit_workflowlogs |
|
owningteam |
team_workflowlog |
関連項目
他のリソース
Web API Action Reference
Web API Function Reference
Web API Query Function Reference
Web API EnumType Reference
Web API ComplexType Reference
Web API Metadata EntityType Reference
Microsoft Dynamics CRM 2016 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.