Flow Run DMO
The Flow Run DMO is a Data Cloud
data model object (DMO) for details about a single execution of a flow.
Object API Name
ssot__FlowRun__dlm
Category
Engagement
Primary Subject Area
Engagement
Primary Key
Flow Run ID(ssot__Id__c)
Relationships
| Object | Field | Cardinality | Related Object | Related Field |
|---|---|---|---|---|
| Flow Element Run | Flow Run | Many to One (N:1) | Flow Run | Flow Run ID |
| Flow Run | Flow Version | Many to One (N:1) | Flow Version | Flow Version ID |
| Flow Run | Primary Record ID | Many to One (N:1) | Individual | Individual ID |
All Fields
| Field Name | Field API Name | Description | Data Type |
|---|---|---|---|
| Completed DateTime | ssot__CompletedDateTime__c | The 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 |
| Flow Run ID | ssot__Id__c | A unique ID used as a primary key for the Flow Run DMO. | text |
| Flow Run Status | ssot__FlowRunStatus__c | The status of the flow run. | text |
| Flow Version | ssot__FlowVersionId__c | A reference ID to the flow version that the flow run is executing. | text |
| Primary Record ID | ssot__PrimaryRecordId__c | A reference ID for the record that the flow run is executed against. | text |
| Scheduled DateTime | ssot__ScheduledDateTime__c | The 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 |