Flow Element Run DMO

The Flow Element Run DMO is a Data Cloud data model object (DMO) for the status of a single element executed within a flow run.

ssot__FlowElementRun__dlm

Engagement

Engagement

Flow Element Run ID (ssot__Id__c)

ObjectFieldCardinalityRelated ObjectRelated Field
Email EngagementFlow Element RunMany to One (N:1)Flow Element RunFlow Element Run ID
Flow Element RunFlow ElementMany to One (N:1)Flow ElementFlow Element ID
Flow Element RunFlow RunMany to One (N:1)Flow RunFlow Run ID
Field NameField API NameDescriptionData Type
Completed DateTimessot__CompletedDateTime__cThe date and time when the flow completes or encounters an error. After this field has a value, no further processing can take place through the Flow Element Run DMO.dateTime
Error Descriptionssot__ErrorDescriptionText__cThe description of the Error Reason. This field is available in API version 59.0 and later.text
Error Reasonssot__ErrorReason__cThe error type if the flow run encountered an error. This field is available in API version 59.0 and later. Valid values are:
  • DeactivatedUser — The user that activated the flow is no longer active, so the flow can’t execute.
  • InternalError — There was a system error that prevented the flow from executing.
text
Flow Elementssot__FlowElementId__cA reference ID to the associated flow element.text
Flow Element Run IDssot__Id__cA unique ID used as primary key for the Flow Element Run DMO.text
Flow Element Run Statusssot__FlowElementRunStatus__cThe status of the flow element run.text
Flow Runssot__FlowRunId__cA reference ID to the associated flow run of the flow element run.text
Scheduled DateTimessot__ScheduledDateTime__cThe date and time when the flow element run was scheduled for execution. Actual execution time can be later due to queuing, retries, or other issues.dateTime