Referenz zur Tabelle/Entität Process Log (WorkflowLog)

Hinweis

Unsicher bei Tabelle vs. Entität? Siehe Entwickler: Terminologie in Microsoft Dataverse verstehen.

Log used to track process execution.

Nachrichten

Nachricht Web-API-Vorgang SDK-Klasse oder -Methode
Create POST [org URI]/api/data/v9.0/workflowlogs
Weitere Informationen finden Sie unter Erstellen
CreateRequest oder
Create
Delete DELETE [org URI]/api/data/v9.0/workflowlogs(workflowlogid)
Weitere Informationen finden Sie unter Löschen
DeleteRequest oder
Delete
Retrieve GET [org URI]/api/data/v9.0/workflowlogs(workflowlogid)
Weitere Informationen finden Sie unter Abrufen
RetrieveRequest oder
Retrieve
RetrieveMultiple GET [org URI]/api/data/v9.0/workflowlogs
Weitere Informationen finden Sie unter Daten abfragen
RetrieveMultipleRequest oder
RetrieveMultiple
Update PATCH [org URI]/api/data/v9.0/workflowlogs(workflowlogid)
Weitere Informationen finden Sie unter Aktualisieren
UpdateRequest oder
Update

Eigenschaften

Eigenschaft Wert
CollectionSchemaName WorkflowLogs
DisplayCollectionName Process Logs
DisplayName Process Log
EntitySetName workflowlogs
IsBPFEntity False
LogicalCollectionName workflowlogs
LogicalName workflowlog
OwnershipType None
PrimaryIdAttribute workflowlogid
PrimaryNameAttribute
SchemaName WorkflowLog

Schreibbare Spalten/Attribute

Diese Spalten/Attribute geben entweder für IsValidForCreate oder IsValidForUpdate (normalerweise beides) true zurück. Aufgelistet durch SchemaName.

ActivityName

Eigenschaft Wert
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

Eigenschaft Wert
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

Eigenschaft Wert
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

Eigenschaft Wert
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

Eigenschaft Wert
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

Eigenschaft Wert
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

Eigenschaft Wert
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

Hinzugefügt von: Power Automate Core Components-Lösung

Eigenschaft Wert
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

Eigenschaft Wert
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

Hinzugefügt von: Power Automate Core Components-Lösung

Eigenschaft Wert
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

Eigenschaft Wert
Description Message related to process.
DisplayName Message
Format Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName message
MaxLength 100000
RequiredLevel None
Type Memo

ObjectTypeCode

Eigenschaft Wert
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

Eigenschaft Wert
Description Unique identifier of the associated record.
DisplayName Regarding
IsValidForForm True
IsValidForRead True
LogicalName regardingobjectid
RequiredLevel None
Targets
Type Lookup

RegardingObjectIdName

Eigenschaft Wert
Description
DisplayName Regarding Object Id Name
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName regardingobjectidname
MaxLength 256
RequiredLevel None
Type String

RegardingObjectIdYomiName

Eigenschaft Wert
Description
DisplayName Regarding Object Id Yomi Name
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName regardingobjectidyominame
MaxLength 160
RequiredLevel None
Type String

RegardingObjectTypeCode

Eigenschaft Wert
Description
DisplayName Regarding Object Type Code
IsValidForForm False
IsValidForRead True
LogicalName regardingobjecttypecode
RequiredLevel None
Type EntityName

RepetitionCount

Hinzugefügt von: Power Automate Core Components-Lösung

Eigenschaft Wert
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

Hinzugefügt von: Power Automate Core Components-Lösung

Eigenschaft Wert
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

Eigenschaft Wert
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

Eigenschaft Wert
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

Eigenschaft Wert
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 Auswahlen/Optionen

Wert Etikett Beschreibung
1 In Progress
2 Succeeded
3 Failed
4 Canceled
5 Waiting

StepName

Eigenschaft Wert
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

Eigenschaft Wert
Description Unique identifier of the process log entry.
DisplayName Process Log
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName workflowlogid
RequiredLevel SystemRequired
Type Uniqueidentifier

Schreibgeschützt Spalten/Attribute

Diese Spalten/Attribute geben false zurück für sowohl IsValidForCreate als auch IsValidForUpdate. Aufgelistet durch SchemaName.

AsyncOperationIdName

Eigenschaft Wert
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

Eigenschaft Wert
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

Eigenschaft Wert
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

Eigenschaft Wert
Description
DisplayName Created By Name
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdbyname
MaxLength 100
RequiredLevel None
Type String

CreatedByYomiName

Eigenschaft Wert
Description
DisplayName Created By Yomi Name
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdbyyominame
MaxLength 100
RequiredLevel None
Type String

CreatedOn

Eigenschaft Wert
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

Eigenschaft Wert
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

Eigenschaft Wert
Description
DisplayName Created By(Delegate) Name
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyname
MaxLength 100
RequiredLevel None
Type String

CreatedOnBehalfByYomiName

Eigenschaft Wert
Description
DisplayName Created By(Delegate) Yomi Name
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName createdonbehalfbyyominame
MaxLength 100
RequiredLevel None
Type String

Duration

Eigenschaft Wert
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

Hinzugefügt von: Active Solution-Lösung

Eigenschaft Wert
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName inputs_name
MaxLength 200
RequiredLevel None
Type String

ModifiedBy

Eigenschaft Wert
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

Eigenschaft Wert
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

Eigenschaft Wert
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

Eigenschaft Wert
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

Eigenschaft Wert
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

Eigenschaft Wert
Description
DisplayName Modified On Behalf By Name
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName modifiedonbehalfbyname
MaxLength 100
RequiredLevel None
Type String

ModifiedOnBehalfByYomiName

Eigenschaft Wert
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

Hinzugefügt von: Active Solution-Lösung

Eigenschaft Wert
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName outputs_name
MaxLength 200
RequiredLevel None
Type String

OwnerId

Eigenschaft Wert
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

Eigenschaft Wert
Description
DisplayName Owner Id Type
IsValidForForm False
IsValidForRead True
LogicalName owneridtype
RequiredLevel SystemRequired
Type EntityName

OwningBusinessUnit

Eigenschaft Wert
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

Eigenschaft Wert
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

Eigenschaft Wert
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

Viele-zu-Eins-Beziehungen

Jede Viele-zu-Eins-Beziehung wird durch eine entsprechende Viele-zu-Viele-Beziehungen mit der zugehörigen Tabelle definiert. Aufgelistet durch SchemaName.

business_unit_workflowlogs

Siehe die business_unit_workflowlogs-Eins-zu-Viele-Beziehung für die businessunit-Tabelle/-Entität.

lk_workflowlog_createdby

Siehe die lk_workflowlog_createdby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.

lk_workflowlog_processsession

Siehe die lk_workflowlog_processsession-Eins-zu-Viele-Beziehung für die processsession-Tabelle/-Entität.

lk_workflowlog_processsession_childworkflow

Siehe die lk_workflowlog_processsession_childworkflow-Eins-zu-Viele-Beziehung für die processsession-Tabelle/-Entität.

lk_workflowlog_asyncoperation_childworkflow

Siehe die lk_workflowlog_asyncoperation_childworkflow-Eins-zu-Viele-Beziehung für die asyncoperation-Tabelle/-Entität.

lk_workflowlog_asyncoperations

Siehe die lk_workflowlog_asyncoperations-Eins-zu-Viele-Beziehung für die asyncoperation-Tabelle/-Entität.

lk_workflowlog_modifiedby

Siehe die lk_workflowlog_modifiedby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.

lk_newprocess_workflowlogs

Siehe die lk_newprocess_workflowlogs-Eins-zu-Viele-Beziehung für die newprocess-Tabelle/-Entität.

team_workflowlog

Siehe die team_workflowlog-Eins-zu-Viele-Beziehung für die team-Tabelle/-Entität.

lk_workflowlog_createdonbehalfby

Siehe die lk_workflowlog_createdonbehalfby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.

lk_translationprocess_workflowlogs

Siehe die lk_translationprocess_workflowlogs-Eins-zu-Viele-Beziehung für die translationprocess-Tabelle/-Entität.

lk_expiredprocess_workflowlogs

Siehe die lk_expiredprocess_workflowlogs-Eins-zu-Viele-Beziehung für die expiredprocess-Tabelle/-Entität.

lk_workflowlog_modifiedonbehalfby

Siehe die lk_workflowlog_modifiedonbehalfby-Eins-zu-Viele-Beziehung für die systemuser-Tabelle/-Entität.

Siehe auch

Dataverse-Tabelle/-Entitätsreferenz Web-API-Referenz workflowlog EntityType