Flow Run DMO

The Flow Run DMO is a Data Cloud data model object (DMO) for details about a single execution of a flow.

ssot__FlowRun__dlm

Engagement

Engagement

Flow Run ID(ssot__Id__c)

ObjectFieldCardinalityRelated ObjectRelated Field
Flow Element RunFlow RunMany to One (N:1)Flow RunFlow Run ID
Flow RunFlow VersionMany to One (N:1)Flow VersionFlow Version ID
Flow RunPrimary Record IDMany to One (N:1)IndividualIndividual ID
Field NameField API NameDescriptionData Type
Completed DateTimessot__CompletedDateTime__cThe date and time when the flow run completed or encountered an error. After this field has a value, no further processing can take place through the Flow Run DMO.dateTime
Error Descriptionssot__ErrorDescriptionText__cThe description of the Error Reason This field is available in API version 59.0 and later.text
Error Reasonssot__ErrorReason__cThe error type if the flow run encountered an error. This field is available in API version 59.0 and later. Valid values are:
  • MessagingApiEntitlementReached — A metered usage limit value was exceeded.
  • IndividualContactPointNotFound — When attempting to send an email, no contact point was found, so the email couldn’t be sent.
  • InternalError — There was a system error that prevented the flow from executing.
  • ServiceError — A request on a third-party system failed.
text
Flow Run IDssot__Id__cA unique ID used as a primary key for the Flow Run DMO.text
Flow Run Statusssot__FlowRunStatus__cThe status of the flow run.text
Flow Versionssot__FlowVersionId__cA reference ID to the flow version that the flow run is executing.text
Flow Version Occurrencessot__FlowVersionOccurrenceId__cThe ID of the instance of the scheduled segment-triggered flow associated with the flow run. This field is available in API version 60.0 and later.text
Primary Record IDssot__PrimaryRecordId__cA reference ID for the record that the flow run is executed against.text
Primary Record Objectssot__PrimaryRecordObject__cThe type of entity referenced by Primary Record ID, for example, Account, Case, or Individual. This field is available in API version 59.0 and later.text
Scheduled DateTimessot__ScheduledDateTime__cThe date and time when the flow run was scheduled for execution. Actual execution time can be slightly later due to queueing, retries, or other issues.dateTime
Stopped Reasonssot__StoppedReason__cThe error code if the flow run was stopped. This field is available in API version 61.0 and later. Valid values are:
  • FLOW_DEACTIVATED — The marketing user clicked Stop Now in Flow Builder, which causes all flow runs to stop.
  • INDIVIDUAL_NOT_FOUND — The unified individual on this flow run no longer exists.
text