Flow Run DMO

Object API Name: std__FlowRunDmo__dlm
Category: Unassigned
Availability: Available in 254 and later versions
Primary Key Field: Id

  • PrimaryRecordId has a FOREIGNKEY relationship with the Individual DMO Id field.
  • LastExecutedElementId has a FOREIGNKEY relationship with the Flow Element DMO Id field.
  • FlowVersionId has a FOREIGNKEY relationship with the Flow Version DMO Id field.
  • Field API Name: std__cdp_sys_record_currency__c
  • Data Type: TEXT
  • Description: System-generated metadata field that stores a 3-letter ISO currency code.
  • Field API Name: std__CompletedDateTime__c
  • Data Type: DATETIME
  • Description: The timestamp at which the Process Step Run completed (whether successful or failed). Once set, no further processing takes place.
  • Field API Name: std__ContextRecordId__c
  • Data Type: TEXT
  • Description: The record ID of an object on the Salesforce Core platform.
  • Field API Name: std__DataSourceId__c
  • Data Type: TEXT
  • Description: A unique, system-generated identifier for this record.
  • Field API Name: std__DataSourceObjectId__c
  • Data Type: TEXT
  • Description: A unique, system-generated identifier for this record.
  • Field API Name: std__ErrorDescriptionText__c
  • Data Type: TEXT
  • Description: The text content for the error description of the flow run. Maximum size is 255 characters.
  • Field API Name: std__ErrorReason__c
  • Data Type: TEXT
  • Description: The error reason if the flow ocurrence encountered an error. Valid values are: Internal Error, Deactived User.
  • Field API Name: std__FlowExecDrtnInMilliseconds__c
  • Data Type: DOUBLE
  • Description: The elapsed time of the Flow Run.
  • Field API Name: std__FlowRunStatus__c
  • Data Type: TEXT
  • Description: The state of the flow run. Examples: Running, Complete, Paused-Error, waiting and executing.
  • Field API Name: std__FlowVersionId__c
  • Data Type: TEXT
  • Description: Metadata for a specific version of a Flow business process.
  • Field API Name: std__FlowVersionOccurrenceId__c
  • Data Type: TEXT
  • Description: The flow version occurrence associated with the flow run.
  • Field API Name: std__Id__c
  • Data Type: TEXT
  • Description: Required. A unique, system-generated identifier for this FlowRun record. Maximum size is 15 characters.
  • Field API Name: std__InternalOrganizationId__c
  • Data Type: TEXT
  • Description: A unique, system-generated identifier for this record.
  • Field API Name: std__LastExecutedElementId__c
  • Data Type: TEXT
  • Description: Records the last executed Flow Element, when a Flow Run exits due to rules met.
  • Field API Name: std__PrimaryRecordId__c
  • Data Type: TEXT
  • Description: The record that the Flow Run is running against. This is a polymorphic field and the domain includes Individual, Contact, Case and many others.
  • Field API Name: std__ScheduledDateTime__c
  • Data Type: DATETIME
  • Description: The timestamp at which the Business Process run was scheduled for execution. Actual execution time may be slightly later due to queueing, retries,
  • Field API Name: std__StoppedReason__c
  • Data Type: TEXT
  • Description: The error code if the flow run was stopped. Valid values are: FlowStopped, IndividualNotFound, InactiveFlowOwner.
  • Field API Name: std__TriggeredByFlowElementRunId__c
  • Data Type: TEXT
  • Description: The ID of the flow element run that the flow run is associated with.
  • Field API Name: std__TriggerId__c
  • Data Type: TEXT
  • Description: The globally unique identifier that triggers the flow run.