Process Log (WorkflowLog) テーブル/エンティティの参照

注意

テーブルとエンティティの違いについて不明な点がありますか? 開発者: Microsoft Dataverse の用語を理解するを参照してください。

Log used to track process execution.

メッセージ

メッセージ Web API 操作 SDK クラスまたはメソッド
Create POST [org URI]/api/data/v9.0/workflowlogs
作成を参照
CreateRequest または
Create
Delete DELETE [org URI]/api/data/v9.0/workflowlogs(workflowlogid)
削除を参照
DeleteRequest または
Delete
Retrieve GET [org URI]/api/data/v9.0/workflowlogs(workflowlogid)
取得を参照
RetrieveRequest または
Retrieve
RetrieveMultiple GET [org URI]/api/data/v9.0/workflowlogs
データのクエリを参照
RetrieveMultipleRequest または
RetrieveMultiple
Update PATCH [org URI]/api/data/v9.0/workflowlogs(workflowlogid)
更新を参照
UpdateRequest または
Update

プロパティ

プロパティ
CollectionSchemaName WorkflowLogs
DisplayCollectionName Process Logs
DisplayName Process Log
EntitySetName workflowlogs
IsBPFEntity False
LogicalCollectionName workflowlogs
LogicalName workflowlog
OwnershipType None
PrimaryIdAttribute workflowlogid
PrimaryNameAttribute
SchemaName WorkflowLog

書き込み可能な列/属性

これらの列/属性は IsValidForCreate または IsValidForUpdate のいずれかについて true を返します (通常は両方)。 SchemaName が一覧表示。

ActivityName

プロパティ
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

プロパティ
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

プロパティ
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

プロパティ
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

プロパティ
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

プロパティ
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

プロパティ
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

ErrorText

追加元 : Power Automate Core Components ソリューション

プロパティ
Description The string representation of the error.
DisplayName ErrorText
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName errortext
MaxLength 1000
RequiredLevel None
Type String

InteractionActivityResult

プロパティ
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

IterationCount

追加元 : Power Automate Core Components ソリューション

プロパティ
Description The iteration count for the action when in a do until loop.
DisplayName IterationCount
Format None
IsValidForForm True
IsValidForRead True
LogicalName iterationcount
MaxValue 2147483647
MinValue -2147483648
RequiredLevel None
Type Integer

Message

プロパティ
Description Message related to process.
DisplayName Message
Format Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName message
MaxLength 100000
RequiredLevel None
Type Memo

ObjectTypeCode

プロパティ
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

プロパティ
Description Unique identifier of the associated record.
DisplayName Regarding
IsValidForForm True
IsValidForRead True
LogicalName regardingobjectid
RequiredLevel None
Targets
Type Lookup

RegardingObjectIdName

プロパティ
Description
DisplayName Regarding Object Id Name
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName regardingobjectidname
MaxLength 256
RequiredLevel None
Type String

RegardingObjectIdYomiName

プロパティ
Description
DisplayName Regarding Object Id Yomi Name
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName regardingobjectidyominame
MaxLength 160
RequiredLevel None
Type String

RegardingObjectTypeCode

プロパティ
Description
DisplayName Regarding Object Type Code
IsValidForForm False
IsValidForRead True
LogicalName regardingobjecttypecode
RequiredLevel None
Type EntityName

RepetitionCount

追加元 : Power Automate Core Components ソリューション

プロパティ
Description The count of repetitions of the action when in a loop.
DisplayName RepetitionCount
Format None
IsValidForForm True
IsValidForRead True
LogicalName repetitioncount
MaxValue 2147483647
MinValue -2147483648
RequiredLevel None
Type Integer

RepetitionId

追加元 : Power Automate Core Components ソリューション

プロパティ
Description The string representation of the repetition and iteration / level of the action.
DisplayName RepetitionId
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName repetitionid
MaxLength 1000
RequiredLevel None
Type String

StageName

プロパティ
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

プロパティ
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

プロパティ
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 の選択肢/オプション

ラベル 内容
1 In Progress
2 Succeeded
3 Failed
4 Canceled
5 Waiting

StepName

プロパティ
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

プロパティ
Description Unique identifier of the process log entry.
DisplayName Process Log
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName workflowlogid
RequiredLevel SystemRequired
Type Uniqueidentifier

読み取り専用列/属性

これらの列/属性は IsValidForCreate または IsValidForUpdate の両方について false を返します。 SchemaName が一覧表示。

AsyncOperationIdName

プロパティ
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

プロパティ
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

プロパティ
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

プロパティ
Description
DisplayName Created By Name
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdbyname
MaxLength 100
RequiredLevel None
Type String

CreatedByYomiName

プロパティ
Description
DisplayName Created By Yomi Name
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdbyyominame
MaxLength 100
RequiredLevel None
Type String

CreatedOn

プロパティ
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

プロパティ
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

プロパティ
Description
DisplayName Created By(Delegate) Name
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyname
MaxLength 100
RequiredLevel None
Type String

CreatedOnBehalfByYomiName

プロパティ
Description
DisplayName Created By(Delegate) Yomi Name
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyyominame
MaxLength 100
RequiredLevel None
Type String

Duration

プロパティ
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

Inputs_Name

追加元 : Active Solution ソリューション

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName inputs_name
MaxLength 200
RequiredLevel None
Type String

ModifiedBy

プロパティ
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

プロパティ
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

プロパティ
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

プロパティ
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

プロパティ
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

プロパティ
Description
DisplayName Modified On Behalf By Name
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfbyname
MaxLength 100
RequiredLevel None
Type String

ModifiedOnBehalfByYomiName

プロパティ
Description
DisplayName Modified On Behalf By Yomi Name
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfbyyominame
MaxLength 100
RequiredLevel None
Type String

Outputs_Name

追加元 : Active Solution ソリューション

プロパティ
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName outputs_name
MaxLength 200
RequiredLevel None
Type String

OwnerId

プロパティ
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

プロパティ
Description
DisplayName Owner Id Type
IsValidForForm False
IsValidForRead True
LogicalName owneridtype
RequiredLevel SystemRequired
Type EntityName

OwningBusinessUnit

プロパティ
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

プロパティ
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

プロパティ
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

多対一関連付け

各多対一の関係付けは、関連するテーブルとの対応する一対多の関係付けによって定義されます。 SchemaName が一覧表示。

business_unit_workflowlogs

businessunit テーブル/エンティティの一対多のリレーションシップ business_unit_workflowlogs を参照してください。

lk_workflowlog_createdby

systemuser テーブル/エンティティの一対多のリレーションシップ lk_workflowlog_createdby を参照してください。

lk_workflowlog_processsession

processsession テーブル/エンティティの一対多のリレーションシップ lk_workflowlog_processsession を参照してください。

lk_workflowlog_processsession_childworkflow

processsession テーブル/エンティティの一対多のリレーションシップ lk_workflowlog_processsession_childworkflow を参照してください。

lk_workflowlog_asyncoperation_childworkflow

asyncoperation テーブル/エンティティの一対多のリレーションシップ lk_workflowlog_asyncoperation_childworkflow を参照してください。

lk_workflowlog_asyncoperations

asyncoperation テーブル/エンティティの一対多のリレーションシップ lk_workflowlog_asyncoperations を参照してください。

lk_workflowlog_modifiedby

systemuser テーブル/エンティティの一対多のリレーションシップ lk_workflowlog_modifiedby を参照してください。

lk_newprocess_workflowlogs

newprocess テーブル/エンティティの一対多のリレーションシップ lk_newprocess_workflowlogs を参照してください。

team_workflowlog

team テーブル/エンティティの一対多のリレーションシップ team_workflowlog を参照してください。

lk_workflowlog_createdonbehalfby

systemuser テーブル/エンティティの一対多のリレーションシップ lk_workflowlog_createdonbehalfby を参照してください。

lk_translationprocess_workflowlogs

translationprocess テーブル/エンティティの一対多のリレーションシップ lk_translationprocess_workflowlogs を参照してください。

lk_expiredprocess_workflowlogs

expiredprocess テーブル/エンティティの一対多のリレーションシップ lk_expiredprocess_workflowlogs を参照してください。

lk_workflowlog_modifiedonbehalfby

systemuser テーブル/エンティティの一対多のリレーションシップ lk_workflowlog_modifiedonbehalfby を参照してください。

関連項目

Dataverse テーブル/エンティティ参照 Web API リファレンス workflowlog EntityType