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 LABEL | DMO Field LABEL | Cardinality | Related DMO LABEL | Related DMO Field LABEL |
---|---|---|---|---|
Flow Element | Flow Version | Many to One (N:1) | Flow Version | Flow Version ID |
Flow Run | Flow Version | Many to One (N:1) | Flow Version | Flow Version ID |
Flow Version | Flow | Many to One (N:1) | Flow | Flow ID |
LABEL | API Name | Description | Data Type |
---|---|---|---|
Data Source | ssot__DataSourceId__c | Required. The data source ID for your CRM Connector for your org. | string |
Data Source Object | ssot__DataSourceObjectId__c | Required. The data source object ID for the object used in your flow. | string |
Description | ssot__Description__c | The description of the flow occurrence. | string |
End Date Time | ssot__EndDateTime__c | The date and time that the instance of the scheduled or triggered flow was completed. | dateTime |
Error Description | ssot__ErrorDescriptionText__c | The description of the error. | string |
Error Reason | ssot__ErrorReason__c | The error reason if the flow occurrence encountered an error. Valid values are:
| FlowErrorCode (enumeration of type string) |
Flow Version ID | ssot__FlowVersionId__c | The ID of the flow version associated with the scheduled or triggered flow. | string |
Flow Version Occurrence ID | ssot__Id__c | The ID of the instance of the scheduled or triggered flow. | string |
Key Qualifier Flow Version ID | KQ_FlowVersionId__c | The 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 ID | KQ_Id__c | The 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 Organization | ssot__InternalOrganizationId__c | The business unit or other internal organization that owns the flow occurrence. | string |
Name | ssot__Name__c | The name of the flow occurrence. | string |
Schedule Date Time | ssot__ScheduleDateTime__c | The date and time that the instance of the scheduled flow was scheduled to start. | dateTime |
Start Date Time | ssot__StartDateTime__c | The date and time that the instance of the scheduled or triggered flow started. | dateTime |
Status | ssot__Status__c | The flow progress status of the instance of the scheduled or triggered flow. Valid values are:
| FlowProgressStatus (enumeration of type string) |