FlowRun
The Flow Run DMO is a Data Cloud data model object (DMO) for details about a single execution of a flow.
Columns
| Name | Type | References | Description |
| Completed DateTime | Datetime | 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. | |
| Error Description | Varchar | The description of the Error Reason This field is available in API version 59.0 and later. | |
| Error Reason | Varchar | This field is available in API version 59.0 and later. | |
| Flow Run ID | Varchar | A unique ID used as a primary key for the Flow Run DMO. | |
| Flow Run Status | Varchar | The status of the flow run. | |
| Flow Version | Varchar | A reference ID to the flow version that the flow run is executing. | |
| Flow Version Occurrence | Varchar | 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. | |
| Primary Record ID | Varchar | A reference ID for the record that the flow run is executed against. | |
| Primary Record Object | Varchar | 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. | |
| Scheduled DateTime | Datetime | 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. | |
| Stopped Reason | Varchar | This field is available in API version 61.0 and later. |