Flow Session (flowsession) table/entity reference

Entity to store the information that is generated when a Power Automate Desktop flow runs.

Messages

The following table lists the messages for the Flow Session (flowsession) table. Messages represent operations that can be performed on the table. They may also be events.

Name
Is Event?
Web API Operation SDK for .NET
Assign
Event: True
PATCH /flowsessions(flowsessionid)
Update the ownerid property.
AssignRequest
CancelDesktopFlowRun
Event: False
CancelDesktopFlowRun Learn to use messages with the SDK for .NET
Create
Event: True
POST /flowsessions
See Create
Create records
CreateMultiple
Event: True
CreateMultiple CreateMultipleRequest
Delete
Event: True
DELETE /flowsessions(flowsessionid)
See Delete
Delete records
GrantAccess
Event: True
GrantAccess GrantAccessRequest
IsValidStateTransition
Event: False
IsValidStateTransition IsValidStateTransitionRequest
ModifyAccess
Event: True
ModifyAccess ModifyAccessRequest
Retrieve
Event: True
GET /flowsessions(flowsessionid)
See Retrieve
Retrieve records
RetrieveMultiple
Event: True
GET /flowsessions
See Query data
Query data
RetrievePrincipalAccess
Event: True
RetrievePrincipalAccess RetrievePrincipalAccessRequest
RetrieveSharedPrincipalsAndAccess
Event: True
RetrieveSharedPrincipalsAndAccess RetrieveSharedPrincipalsAndAccessRequest
RevokeAccess
Event: True
RevokeAccess RevokeAccessRequest
SetState
Event: True
PATCH /flowsessions(flowsessionid)
Update the statecode and statuscode properties.
SetStateRequest
TriggerDesktopFlowRunCallback
Event: False
TriggerDesktopFlowRunCallback Learn to use messages with the SDK for .NET
Update
Event: True
PATCH /flowsessions(flowsessionid)
See Update
Update records
UpdateMultiple
Event: True
UpdateMultiple UpdateMultipleRequest
Upsert
Event: False
PATCH /flowsessions(flowsessionid)
See Upsert a table row
UpsertRequest
UpsertMultiple
Event: False
UpsertMultiple UpsertMultipleRequest

Properties

The following table lists selected properties for the Flow Session (flowsession) table.

Property Value
DisplayName Flow Session
DisplayCollectionName Flow Sessions
SchemaName flowsession
CollectionSchemaName flowsessions
EntitySetName flowsessions
LogicalName flowsession
LogicalCollectionName flowsessions
PrimaryIdAttribute flowsessionid
PrimaryNameAttribute name
TableType Standard
OwnershipType UserOwned

Writable columns/attributes

These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.

CallbackUrl

Property Value
Description URL that will be called once the flow session is complete.
DisplayName Callback URL
IsValidForForm False
IsValidForRead True
LogicalName callbackurl
RequiredLevel None
Type String
Format Url
FormatName Url
ImeMode Auto
IsLocalizable False
MaxLength 2000

CompletedOn

Property Value
Description The date and time at which the flow session was completed.
DisplayName Completed On
IsValidForForm True
IsValidForRead True
LogicalName completedon
RequiredLevel None
Type DateTime
CanChangeDateTimeBehavior False
DateTimeBehavior UserLocal
Format DateAndTime
ImeMode Auto
SourceTypeMask 0

ConnectionId

Property Value
Description The id of the connection used in the Desktop Flow run.
DisplayName Connection Id
IsValidForForm True
IsValidForRead True
LogicalName connectionid
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 100

Context

Property Value
Description Context about flow session.
DisplayName Context
IsValidForForm True
IsValidForRead True
LogicalName context
RequiredLevel None
Type Memo
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 10000

CorrelationId

Property Value
Description Unique identifier used to correlate between multiple SDK requests and flow executions.
DisplayName CorrelationId
IsValidForForm True
IsValidForRead True
LogicalName correlationid
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 100

ErrorCode

Property Value
Description Error code describing the failure in flow session execution.
DisplayName ErrorCode
IsValidForForm True
IsValidForRead True
LogicalName errorcode
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 1000

ErrorDetails

Property Value
Description Details of the failure in flow session execution.
DisplayName ErrorDetails
IsValidForForm True
IsValidForRead True
LogicalName errordetails
RequiredLevel None
Type Memo
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 10000

ErrorInnerError

Property Value
Description Specific information about the failure in flow session execution.
DisplayName ErrorInnerError
IsValidForForm True
IsValidForRead True
LogicalName errorinnererror
RequiredLevel None
Type Memo
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 100000

ErrorMessage

Property Value
Description Message describing the failure in flow session execution.
DisplayName ErrorMessage
IsValidForForm True
IsValidForRead True
LogicalName errormessage
RequiredLevel None
Type Memo
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 10000

flowsessionId

Property Value
Description Unique identifier for entity instances
DisplayName FlowSession
IsValidForForm False
IsValidForRead True
LogicalName flowsessionid
RequiredLevel SystemRequired
Type Uniqueidentifier

Gateway

Property Value
Description The name of the gateway used.
DisplayName Gateway
IsValidForForm True
IsValidForRead True
LogicalName gateway
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 100

ImportSequenceNumber

Property Value
Description Sequence number of the import that created this record.
DisplayName Import Sequence Number
IsValidForForm False
IsValidForRead True
LogicalName importsequencenumber
RequiredLevel None
Type Integer
MaxValue 2147483647
MinValue -2147483648

MachineGroupId

Property Value
Description
DisplayName Flow Machine Group
IsValidForForm True
IsValidForRead True
LogicalName machinegroupid
RequiredLevel None
Type Lookup
Targets flowmachinegroup

MachineId

Property Value
Description
DisplayName Flow Machine
IsValidForForm True
IsValidForRead True
LogicalName machineid
RequiredLevel None
Type Lookup
Targets flowmachine

MachinePercentCpuUsage

Property Value
Description The percentage of CPU utilization by the machine
DisplayName Machine CPU usage percentage
IsValidForForm True
IsValidForRead True
LogicalName machinepercentcpuusage
RequiredLevel None
Type Double
ImeMode Auto
MaxValue 100
MinValue 0
Precision 2

MachinePercentRamUsage

Property Value
Description The percentage of RAM utilization by the machine
DisplayName Machine RAM usage percentage
IsValidForForm True
IsValidForRead True
LogicalName machinepercentramusage
RequiredLevel None
Type Double
ImeMode Auto
MaxValue 100
MinValue 0
Precision 2

MachineRamUsage

Property Value
Description The machine RAM usage in Mo
DisplayName Machine RAM usage
IsValidForForm True
IsValidForRead True
LogicalName machineramusage
RequiredLevel None
Type Integer
MaxValue 2147483647
MinValue 0

Name

Property Value
Description The name of the custom entity.
DisplayName Name
IsValidForForm True
IsValidForRead True
LogicalName name
RequiredLevel ApplicationRequired
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 100

OverriddenCreatedOn

Property Value
Description Date and time that the record was migrated.
DisplayName Record Created On
IsValidForForm False
IsValidForRead True
LogicalName overriddencreatedon
RequiredLevel None
Type DateTime
CanChangeDateTimeBehavior False
DateTimeBehavior UserLocal
Format DateOnly
ImeMode Inactive
SourceTypeMask 0

OwnerId

Property Value
Description Owner Id
DisplayName Owner
IsValidForForm True
IsValidForRead True
LogicalName ownerid
RequiredLevel SystemRequired
Type Owner
Targets systemuser, team

OwnerIdType

Property Value
Description Owner Id Type
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName owneridtype
RequiredLevel SystemRequired
Type EntityName

ParentCloudFlowRunSequenceId

Property Value
Description The sequence id of the parent cloud flow run, only used when the Desktop Flow was run by a cloud flow.
DisplayName Parent Cloud Flow Run Sequence Id
IsValidForForm True
IsValidForRead True
LogicalName parentcloudflowrunsequenceid
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 1000

ParentWorkflowId

Property Value
Description Id of the parent workflow, cloud flow or desktop flow.
DisplayName ParentWorkflowId
IsValidForForm True
IsValidForRead True
LogicalName parentworkflowid
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 100

ProcessVersion

Property Value
Description The version of the process with which the flow session is associated.
DisplayName Process Version
IsValidForForm True
IsValidForRead True
LogicalName processversion
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 4000

RegardingObjectId

Property Value
Description Unique identifier of the process with which the flow session is associated.
DisplayName Regarding
IsValidForForm True
IsValidForRead True
LogicalName regardingobjectid
RequiredLevel None
Type Lookup
Targets workflow

RegardingObjectTypeCode

Property Value
Description
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName regardingobjecttypecode
RequiredLevel None
Type EntityName

RunDetails

Property Value
Description Details about the run.
DisplayName RunDetails
IsValidForForm True
IsValidForRead True
LogicalName rundetails
RequiredLevel None
Type Memo
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 10000

RunDuration

Property Value
Description Duration of the run.
DisplayName RunDuration
IsValidForForm True
IsValidForRead True
LogicalName runduration
RequiredLevel None
Type BigInt
MaxValue 9223372036854775807
MinValue -9223372036854775808

RunExecutionDuration

Property Value
Description Duration of the run execution.
DisplayName RunExecutionDuration
IsValidForForm True
IsValidForRead True
LogicalName runexecutionduration
RequiredLevel None
Type BigInt
MaxValue 9223372036854775807
MinValue -9223372036854775808

RunMode

Property Value
Description Indicates the run mode of the desktop flow run.
DisplayName Run mode
IsValidForForm True
IsValidForRead True
LogicalName runmode
RequiredLevel None
Type Picklist
DefaultFormValue
GlobalChoiceName flowsession_runmode

RunMode Choices/Options

Value Label
0 Local
1 Attended
2 Unattended

RunSessionMode

Property Value
Description Indicates the run session mode of the desktop flow run.
DisplayName Run session mode
IsValidForForm True
IsValidForRead True
LogicalName runsessionmode
RequiredLevel SystemRequired
Type Picklist
DefaultFormValue 0
GlobalChoiceName flowsession_runsessionmode

RunSessionMode Choices/Options

Value Label
0 Unapplicable
1 Default
2 PictureInPicture

RunWaitDuration

Property Value
Description Time the run spent waiting.
DisplayName RunWaitDuration
IsValidForForm True
IsValidForRead True
LogicalName runwaitduration
RequiredLevel None
Type BigInt
MaxValue 9223372036854775807
MinValue -9223372036854775808

SessionUsername

Property Value
Description The username used in the Desktop Flow run.
DisplayName Session Username
IsValidForForm True
IsValidForRead True
LogicalName sessionusername
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 100

SessionUserSID

Property Value
Description The SID of the user used in the Desktop Flow run.
DisplayName Session User SID
IsValidForForm True
IsValidForRead True
LogicalName sessionusersid
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 100

StartedOn

Property Value
Description The date and time at which the flow session was started.
DisplayName Started On
IsValidForForm True
IsValidForRead True
LogicalName startedon
RequiredLevel None
Type DateTime
CanChangeDateTimeBehavior False
DateTimeBehavior UserLocal
Format DateAndTime
ImeMode Auto
SourceTypeMask 0

statecode

Property Value
Description Status of the FlowSession
DisplayName Status
IsValidForForm True
IsValidForRead True
LogicalName statecode
RequiredLevel SystemRequired
Type State
DefaultFormValue
GlobalChoiceName flowsession_statecode

statecode Choices/Options

Value Details
0 Label: Active
DefaultStatus: 1
InvariantName: Active
1 Label: Inactive
DefaultStatus: 2
InvariantName: Inactive

statuscode

Property Value
Description Reason for the status of the FlowSession
DisplayName Status Reason
IsValidForForm True
IsValidForRead True
LogicalName statuscode
RequiredLevel None
Type Status
DefaultFormValue
GlobalChoiceName flowsession_statuscode

statuscode Choices/Options

Value Details
0 Label: NotSpecified
State:1
TransitionData: None
1 Label: Paused
State:0
TransitionData: None
2 Label: Running
State:0
TransitionData: None
3 Label: Waiting
State:0
TransitionData: None
4 Label: Succeeded
State:0
TransitionData: None
5 Label: Skipped
State:0
TransitionData: None
6 Label: Suspended
State:0
TransitionData: None
7 Label: Cancelled
State:0
TransitionData: None
8 Label: Failed
State:0
TransitionData: None
9 Label: Faulted
State:0
TransitionData: None
10 Label: TimedOut
State:0
TransitionData: None
11 Label: Aborted
State:0
TransitionData: None
12 Label: Ignored
State:0
TransitionData: None
13 Label: Deleted
State:1
TransitionData: None
14 Label: Terminated
State:1
TransitionData: None

TimeZoneRuleVersionNumber

Property Value
Description For internal use only.
DisplayName Time Zone Rule Version Number
IsValidForForm False
IsValidForRead True
LogicalName timezoneruleversionnumber
RequiredLevel None
Type Integer
MaxValue 2147483647
MinValue -1

TriggerType

Property Value
Description Indicates the type of trigger used to run the desktop flow.
DisplayName Trigger type
IsValidForForm True
IsValidForRead True
LogicalName triggertype
RequiredLevel None
Type Picklist
DefaultFormValue
GlobalChoiceName flowsession_triggertype

TriggerType Choices/Options

Value Label
0 ApiFlow
1 DesktopFlow
2 Local
3 RunDesktopFlowDataverseApi

UTCConversionTimeZoneCode

Property Value
Description Time zone code that was in use when the record was created.
DisplayName UTC Conversion Time Zone Code
IsValidForForm False
IsValidForRead True
LogicalName utcconversiontimezonecode
RequiredLevel None
Type Integer
MaxValue 2147483647
MinValue -1

Read-only columns/attributes

These columns/attributes return false for both IsValidForCreate and IsValidForUpdate. Listed by SchemaName.

AdditionalContext

Property Value
Description Additional context about flow session.
DisplayName AdditionalContext
IsValidForForm True
IsValidForRead True
LogicalName additionalcontext
RequiredLevel None
Type File
MaxSizeInKB 32768

AdditionalContext_Name

Property Value
Description
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName additionalcontext_name
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Disabled
IsLocalizable False
MaxLength 200

CreatedBy

Property Value
Description Unique identifier of the user who created the record.
DisplayName Created By
IsValidForForm True
IsValidForRead True
LogicalName createdby
RequiredLevel None
Type Lookup
Targets systemuser

CreatedOn

Property Value
Description Date and time when the record was created.
DisplayName Created On
IsValidForForm True
IsValidForRead True
LogicalName createdon
RequiredLevel None
Type DateTime
CanChangeDateTimeBehavior False
DateTimeBehavior UserLocal
Format DateAndTime
ImeMode Inactive
SourceTypeMask 0

CreatedOnBehalfBy

Property Value
Description Unique identifier of the delegate user who created the record.
DisplayName Created By (Delegate)
IsValidForForm True
IsValidForRead True
LogicalName createdonbehalfby
RequiredLevel None
Type Lookup
Targets systemuser

Inputs

Property Value
Description Inputs provided for the flow session execution.
DisplayName Inputs
IsValidForForm True
IsValidForRead True
LogicalName inputs
RequiredLevel None
Type File
MaxSizeInKB 32768

Inputs_Name

Property Value
Description
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName inputs_name
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Disabled
IsLocalizable False
MaxLength 200

ModifiedBy

Property Value
Description Unique identifier of the user who modified the record.
DisplayName Modified By
IsValidForForm True
IsValidForRead True
LogicalName modifiedby
RequiredLevel None
Type Lookup
Targets systemuser

ModifiedOn

Property Value
Description Date and time when the record was modified.
DisplayName Modified On
IsValidForForm True
IsValidForRead True
LogicalName modifiedon
RequiredLevel None
Type DateTime
CanChangeDateTimeBehavior False
DateTimeBehavior UserLocal
Format DateAndTime
ImeMode Inactive
SourceTypeMask 0

ModifiedOnBehalfBy

Property Value
Description Unique identifier of the delegate user who modified the record.
DisplayName Modified By (Delegate)
IsValidForForm True
IsValidForRead True
LogicalName modifiedonbehalfby
RequiredLevel None
Type Lookup
Targets systemuser

Outputs

Property Value
Description Outputs generated by the flow session execution.
DisplayName Outputs
IsValidForForm True
IsValidForRead True
LogicalName outputs
RequiredLevel None
Type File
MaxSizeInKB 32768

Outputs_Name

Property Value
Description
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName outputs_name
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Disabled
IsLocalizable False
MaxLength 200

OwnerIdName

Property Value
Description Name of the owner
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName owneridname
RequiredLevel SystemRequired
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 100

OwnerIdYomiName

Property Value
Description Yomi name of the owner
DisplayName
IsValidForForm False
IsValidForRead True
LogicalName owneridyominame
RequiredLevel SystemRequired
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 100

OwningBusinessUnit

Property Value
Description Unique identifier for the business unit that owns the record
DisplayName Owning Business Unit
IsValidForForm True
IsValidForRead True
LogicalName owningbusinessunit
RequiredLevel None
Type Lookup
Targets businessunit

OwningTeam

Property Value
Description Unique identifier for the team that owns the record.
DisplayName Owning Team
IsValidForForm False
IsValidForRead True
LogicalName owningteam
RequiredLevel None
Type Lookup
Targets team

OwningUser

Property Value
Description Unique identifier for the user that owns the record.
DisplayName Owning User
IsValidForForm False
IsValidForRead True
LogicalName owninguser
RequiredLevel None
Type Lookup
Targets systemuser

VersionNumber

Property Value
Description Version Number
DisplayName Version Number
IsValidForForm False
IsValidForRead True
LogicalName versionnumber
RequiredLevel None
Type BigInt
MaxValue 9223372036854775807
MinValue -9223372036854775808

Many-to-One relationships

These relationships are many-to-one. Listed by SchemaName.

business_unit_flowsession

One-To-Many Relationship: businessunit business_unit_flowsession

Property Value
ReferencedEntity businessunit
ReferencedAttribute businessunitid
ReferencingAttribute owningbusinessunit
ReferencingEntityNavigationPropertyName owningbusinessunit
IsHierarchical
CascadeConfiguration Archive: Restrict
Assign: NoCascade
Delete: Restrict
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

FileAttachment_FlowSession_AdditionalContext

One-To-Many Relationship: fileattachment FileAttachment_FlowSession_AdditionalContext

Property Value
ReferencedEntity fileattachment
ReferencedAttribute fileattachmentid
ReferencingAttribute additionalcontext
ReferencingEntityNavigationPropertyName additionalcontext
IsHierarchical
CascadeConfiguration Archive: RemoveLink
Assign: NoCascade
Delete: RemoveLink
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

FileAttachment_FlowSession_Inputs

One-To-Many Relationship: fileattachment FileAttachment_FlowSession_Inputs

Property Value
ReferencedEntity fileattachment
ReferencedAttribute fileattachmentid
ReferencingAttribute inputs
ReferencingEntityNavigationPropertyName inputs
IsHierarchical
CascadeConfiguration Archive: RemoveLink
Assign: NoCascade
Delete: RemoveLink
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

FileAttachment_FlowSession_Outputs

One-To-Many Relationship: fileattachment FileAttachment_FlowSession_Outputs

Property Value
ReferencedEntity fileattachment
ReferencedAttribute fileattachmentid
ReferencingAttribute outputs
ReferencingEntityNavigationPropertyName outputs
IsHierarchical
CascadeConfiguration Archive: RemoveLink
Assign: NoCascade
Delete: RemoveLink
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

flowmachine_flowsession_MachineId

One-To-Many Relationship: flowmachine flowmachine_flowsession_MachineId

Property Value
ReferencedEntity flowmachine
ReferencedAttribute flowmachineid
ReferencingAttribute machineid
ReferencingEntityNavigationPropertyName MachineId
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: RemoveLink
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

flowmachinegroup_flowsession_MachineGroupId

One-To-Many Relationship: flowmachinegroup flowmachinegroup_flowsession_MachineGroupId

Property Value
ReferencedEntity flowmachinegroup
ReferencedAttribute flowmachinegroupid
ReferencingAttribute machinegroupid
ReferencingEntityNavigationPropertyName MachineGroupId
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: RemoveLink
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

lk_flowsession_createdby

One-To-Many Relationship: systemuser lk_flowsession_createdby

Property Value
ReferencedEntity systemuser
ReferencedAttribute systemuserid
ReferencingAttribute createdby
ReferencingEntityNavigationPropertyName createdby
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

lk_flowsession_createdonbehalfby

One-To-Many Relationship: systemuser lk_flowsession_createdonbehalfby

Property Value
ReferencedEntity systemuser
ReferencedAttribute systemuserid
ReferencingAttribute createdonbehalfby
ReferencingEntityNavigationPropertyName createdonbehalfby
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

lk_flowsession_modifiedby

One-To-Many Relationship: systemuser lk_flowsession_modifiedby

Property Value
ReferencedEntity systemuser
ReferencedAttribute systemuserid
ReferencingAttribute modifiedby
ReferencingEntityNavigationPropertyName modifiedby
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

lk_flowsession_modifiedonbehalfby

One-To-Many Relationship: systemuser lk_flowsession_modifiedonbehalfby

Property Value
ReferencedEntity systemuser
ReferencedAttribute systemuserid
ReferencingAttribute modifiedonbehalfby
ReferencingEntityNavigationPropertyName modifiedonbehalfby
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

owner_flowsession

One-To-Many Relationship: owner owner_flowsession

Property Value
ReferencedEntity owner
ReferencedAttribute ownerid
ReferencingAttribute ownerid
ReferencingEntityNavigationPropertyName ownerid
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

regardingobjectid_process

One-To-Many Relationship: workflow regardingobjectid_process

Property Value
ReferencedEntity workflow
ReferencedAttribute workflowid
ReferencingAttribute regardingobjectid
ReferencingEntityNavigationPropertyName regardingobjectid_process
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: Cascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

team_flowsession

One-To-Many Relationship: team team_flowsession

Property Value
ReferencedEntity team
ReferencedAttribute teamid
ReferencingAttribute owningteam
ReferencingEntityNavigationPropertyName owningteam
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

user_flowsession

One-To-Many Relationship: systemuser user_flowsession

Property Value
ReferencedEntity systemuser
ReferencedAttribute systemuserid
ReferencingAttribute owninguser
ReferencingEntityNavigationPropertyName owninguser
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

One-to-Many relationships

These relationships are one-to-many. Listed by SchemaName.

flowevent_flowsession

Many-To-One Relationship: flowevent flowevent_flowsession

Property Value
ReferencingEntity flowevent
ReferencingAttribute parentobjectid
ReferencedEntityNavigationPropertyName flowevent_flowsession
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order: 10000
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

flowsession_AsyncOperations

Many-To-One Relationship: asyncoperation flowsession_AsyncOperations

Property Value
ReferencingEntity asyncoperation
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName flowsession_AsyncOperations
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

flowsession_BulkDeleteFailures

Many-To-One Relationship: bulkdeletefailure flowsession_BulkDeleteFailures

Property Value
ReferencingEntity bulkdeletefailure
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName flowsession_BulkDeleteFailures
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

flowsession_FileAttachments

Many-To-One Relationship: fileattachment flowsession_FileAttachments

Property Value
ReferencingEntity fileattachment
ReferencingAttribute objectid
ReferencedEntityNavigationPropertyName flowsession_FileAttachments
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

flowsession_flowlog_flowsessionid

Many-To-One Relationship: flowlog flowsession_flowlog_flowsessionid

Property Value
ReferencingEntity flowlog
ReferencingAttribute flowsessionid
ReferencedEntityNavigationPropertyName flowsession_flowlog_flowsessionid
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order: 10000
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

flowsession_flowlog_parentobjectid

Many-To-One Relationship: flowlog flowsession_flowlog_parentobjectid

Property Value
ReferencingEntity flowlog
ReferencingAttribute parentobjectid
ReferencedEntityNavigationPropertyName flowsession_flowlog_parentobjectid
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order: 10000
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

flowsession_MailboxTrackingFolders

Many-To-One Relationship: mailboxtrackingfolder flowsession_MailboxTrackingFolders

Property Value
ReferencingEntity mailboxtrackingfolder
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName flowsession_MailboxTrackingFolders
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

flowsession_PrincipalObjectAttributeAccesses

Many-To-One Relationship: principalobjectattributeaccess flowsession_PrincipalObjectAttributeAccesses

Property Value
ReferencingEntity principalobjectattributeaccess
ReferencingAttribute objectid
ReferencedEntityNavigationPropertyName flowsession_PrincipalObjectAttributeAccesses
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

flowsession_SyncErrors

Many-To-One Relationship: syncerror flowsession_SyncErrors

Property Value
ReferencingEntity syncerror
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName flowsession_SyncErrors
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

flowsession_workflowbinary_FlowSessionId

Many-To-One Relationship: workflowbinary flowsession_workflowbinary_FlowSessionId

Property Value
ReferencingEntity workflowbinary
ReferencingAttribute flowsessionid
ReferencedEntityNavigationPropertyName flowsession_workflowbinary_FlowSessionId
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order: 10000
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

See also

Dataverse table/entity reference
Dataverse Web API Reference
flowsession