Flow Version Occurrence DMO

The Flow Version Occurrence DMO is a Data Cloud data model object (DMO) for an instance of a recurring flow that runs on a schedule. For example, a flow runs weekly on Wednesdays and creates an occurrence each time it runs.

ssot__FlowVersionOccurrence__dlm

Engagement

Engagement

Flow Version Occurrence ID (ssot__Id__c)

DMO LABELDMO Field LABELCardinalityRelated DMO LABELRelated DMO Field LABEL
Flow ElementFlow VersionMany to One (N:1)Flow VersionFlow Version ID
Flow RunFlow VersionMany to One (N:1)Flow VersionFlow Version ID
Flow VersionFlowMany to One (N:1)FlowFlow ID
LABELAPI NameDescriptionData Type
Data Sourcessot__DataSourceId__cRequired. The data source ID for your CRM Connector for your org.string
Data Source Objectssot__DataSourceObjectId__cRequired. The data source object ID for the object used in your flow.string
Descriptionssot__Description__cThe description of the flow occurrence.string
End Date Timessot__EndDateTime__cThe date and time that the instance of the scheduled or triggered flow was completed.dateTime
Error Descriptionssot__ErrorDescriptionText__cThe description of the error.string
Error Reasonssot__ErrorReason__cThe error reason if the flow occurrence encountered an error. Valid values are:
  • ACTIVATING_USER_LOST_PERMISSIONS
  • ACTIVATING_USER_ACCOUNT_DEACTIVATED
  • CANNOT_UPDATE_DATASTREAM_METADATA
  • CANNOT_REFRESH_DATA_STREAM
  • CANNOT_REFRESH_IDENTITY_RES_METADATA
  • CANNOT_REFRESH_IDENTITY_RES_DATA
  • CANNOT_PUBLISH_SEGMENT
  • CANNOT_QUERY_SEGMENT_MEMBER_DATA
  • DATA_ACTION_STATUS_ERROR
  • FLOW_FAILED_TO_START
FlowErrorCode (enumeration of type string)
Flow Version IDssot__FlowVersionId__cThe ID of the flow version associated with the scheduled or triggered flow.string
Flow Version Occurrence IDssot__Id__cThe ID of the instance of the scheduled or triggered flow.string
Key Qualifier Flow Version IDKQ_FlowVersionId__cThe ID of the data lineage of the data stream associated with the DLO that is mapped to the scheduled or triggered flow.string
Key Qualifier Flow Version Occurrence IDKQ_Id__cThe ID of the data lineage of the data stream associated with the DLO that is mapped to the instance of the scheduled or triggered flow.string
Internal Organizationssot__InternalOrganizationId__cThe business unit or other internal organization that owns the flow occurrence.string
Namessot__Name__cThe name of the flow occurrence.string
Schedule Date Timessot__ScheduleDateTime__cThe date and time that the instance of the scheduled flow was scheduled to start.dateTime
Start Date Timessot__StartDateTime__cThe date and time that the instance of the scheduled or triggered flow started.dateTime
Statusssot__Status__cThe flow progress status of the instance of the scheduled or triggered flow. Valid values are:
  • Canceled — Specifies a flow that has been deactivated by a user that doesn’t process previously added records. No additional records can be added to this flow.
  • Completed — Specifies a flow that is complete. No more records are eligible to be processed in this flow.
  • Error — Specifies a flow that has been deactivated because it encountered an error. When the error occurred, the error details were emailed to the five users with the Manage Flows permission who most recently logged into Salesforce.
  • Finishing — Specifies a flow that has been deactivated by a user but is finishing records previously added that are eligible to run to completion. No additional records can be added to this flow.
  • In Progress — Specifies a flow that is running or ready to run.
  • Preparing Data — Specifies a flow that is preparing the data it needs to begin running. This process can take up to 2 hours.
FlowProgressStatus (enumeration of type string)