Power Platform Power Apps Dataverse Flow Session (flowsession) table/entity reference
In this article
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 /flowsessionsSee 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 /flowsessionsSee 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
- CompletedOn
- ConnectionId
- Context
- CorrelationId
- Credentials
- ErrorCode
- ErrorDetails
- ErrorInnerError
- ErrorMessage
- flowsessionId
- Gateway
- ImportSequenceNumber
- MachineGroupId
- MachineId
- MachinePercentCpuUsage
- MachinePercentRamUsage
- MachineRamUsage
- Name
- OverriddenCreatedOn
- OwnerId
- OwnerIdType
- ParentCloudFlowRunSequenceId
- ParentWorkflowId
- ProcessVersion
- RegardingObjectId
- RegardingObjectTypeCode
- RunDetails
- RunDuration
- RunExecutionDuration
- RunMode
- RunSessionMode
- RunWaitDuration
- SessionUsername
- SessionUserSID
- StartedOn
- statecode
- statuscode
- TimeZoneRuleVersionNumber
- TriggerType
- UTCConversionTimeZoneCode
posted on 2024-12-14 06:25 freeliver54 阅读(8) 评论(2) 编辑 收藏 举报