FlowDefinitionView
Schema file for FlowDefinitionView.
Columns
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| DurableId | String | ID of the Durable associated with this record. | |
| ApiName | String | The name used when accessing the resource using the API. | |
| Label | String | Field containing Label information. | |
| Description | String | Text description of the record. | |
| ProcessType | String | Type classification for Process. | |
| TriggerType | String | Type classification for Trigger. | |
| NamespacePrefix | String | The namespace prefix associated with this object. | |
| ActiveVersionId | String | ID of the ActiveVersion associated with this record. | |
| LatestVersionId | String | ID of the LatestVersion associated with this record. | |
| LastModifiedBy | String | Field containing LastModifiedBy information. | |
| IsActive | Bool | Indicates whether the record is active. | |
| IsOutOfDate | Bool | Indicates whether the record has the OutOfDate characteristic. | |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| IsTemplate | Bool | Indicates whether the record has the Template characteristic. | |
| IsOverridable | Bool | Indicates whether the record has the Overridable characteristic. | |
| OverriddenById | String | ID of the OverriddenBy associated with this record. | |
| SourceTemplateId | String | ID of the SourceTemplate associated with this record. | |
| OverriddenFlowId | String | ID of the OverriddenFlow associated with this record. | |
| IsSwingFlow | Bool | Indicates whether the record has the SwingFlow characteristic. | |
| Builder | String | Field containing Builder information. | |
| ManageableState | String | State or province for Manageable address. | |
| InstalledPackageName | String | Field containing InstalledPackageName information. | |
| TriggerObjectOrEventLabel | String | Field containing TriggerObjectOrEventLabel information. | |
| TriggerObjectOrEventId | String | ID of the TriggerObjectOrEvent associated with this record. | |
| RecordTriggerType | String | Type classification for RecordTrigger. | |
| HasAsyncAfterCommitPath | Bool | Indicates whether the record has AsyncAfterCommitPath. | |
| VersionNumber | Int | Version identification number. | |
| TriggerOrder | Int | Field containing TriggerOrder information. | |
| Environments | String | Field containing Environments information. | |
| ApiVersion | Int | Field containing ApiVersion information. | |
| CapacityCategory | String | Field containing CapacityCategory information. | |
| AreMetricsLoggedToDataCloud | Bool | Field containing AreMetricsLoggedToDataCloud information. | |
| SupportedEnvironments | String | Field containing SupportedEnvironments information. | |
| SOQL | String | Specifies the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precedence over the original query. | |
| ExternalIdColumn | String | Specifies the external Id column to use if performing an insert. If this value is specified, upsert will be used when the INSERT command is called. | |
| FilterScope | String | Optional scope to limit the records returned from queries. This property can take one of these values: Delegated, Everything, Mine, MineAndMyGroups, My_Territory, My_Team_Territory, or Team. |