Flow Run DMO
The Flow Run DMO represents the details about a single execution of a flow.
ssot__FlowRun__dlm
Engagement
Engagement
Flow Run ID(ssot__Id__c)
| 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 |
| 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 |
| Error Description | ssot__ErrorDescriptionText__c | The description of the Error Reason This field is available in API version 59.0 and later. | text |
| Error Reason | ssot__ErrorReason__c | The error type if the flow run encountered an error. This field is available in API version 59.0 and later. Valid values are:
| text |
| 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 |
| Flow Version Occurrence | ssot__FlowVersionOccurrenceId__c | The 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 ID | ssot__PrimaryRecordId__c | A reference ID for the record that the flow run is executed against. | text |
| Primary Record Object | ssot__PrimaryRecordObject__c | The 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 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 |
| Stopped Reason | ssot__StoppedReason__c | The error code if the flow run was stopped. This field is available in API version 61.0 and later. Valid values are:
| text |