FlowInterviewLog

Represents the logs of a screen flow interview. An interview is an instance of a running or previously run flow.This object is available in API version 49.0 and later.

Supported Calls

describeSObjects(), getDeleted(), getUpdated(), query(), retrieve()

Special Access Rules

By default, only users with the View All Data permission can access the logs for flows that are run by other users. To let users access other users’ flow logs, set up sharing settings with the FlowInterviewLogOwnerSharingRule object.

Fields

Field Name Details
FlowDeveloperName
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The flow's API name.
FlowInterviewGuid
Type
string
Properties
Filter, Group, idLookup, Sort
Description
Globally unique identifier for the interview.
FlowLabel
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The flow’s label. Only shows up in API results when users query FlowInterviewLog, or when they include this field in a report.
FlowNamespace
Type
string
Properties
Filter, Group, Nillable, Sort
Description
Namespace of the flow interview logged in the FlowInterviewLog.
FlowVersionNumber
Type
int
Properties
Filter, Group, Nillable, Sort
Description
The number of the flow version for a flow definition. Flow versions are counted sequentially from 1.
InterviewDurationInMinutes
Type
double
Properties
Filter, Nillable, Sort
Description
Total number of minutes between InterviewStartTimestamp and InterviewEndTimestamp, even if flow interview is paused.
InterviewEndTimestamp
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The date and time when the interview ended.
InterviewStartTimestamp
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The date and time when the interview started.
InterviewStatus
Type
picklist
Properties
Filter, Group, Restricted picklist, Sort
Description
Status of the interview. Valid values are:
  • Autosaved—This value is available in API version 62.0 and later.
  • Completed
  • Error
  • Expired—This value is available in API version 62.0 and later.
  • Paused
  • Running
  • VersionPaused—This value is available in API version 60.0 and later.
Name
Type
string
Properties
Autonumber, Defaulted on create, Filter, idLookup, Sort
Description
Autogenerated name of the flow interview log record.
OwnerId
Type
reference
Properties
Filter, Group, Sort
Description
The user who owns the FlowInterviewLog record.

This field is a polymorphic relationship field.

Relationship Name
Owner
Relationship Type
Lookup
Refers To
Group, User

Associated Objects

This object has the following associated objects. Unless noted, they are available in the same API version as this object.

FlowInterviewOwnerSharingRule
Sharing rules are available for the object.