FlowVersionView
Schema file for FlowVersionView.
Columns
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| DurableId | String | ID of the Durable associated with this record. | |
| FlowDefinitionViewId | String | ID of the FlowDefinitionView associated with this record. | |
| Label | String | Field containing Label information. | |
| Description | String | Text description of the record. | |
| Status | String | Status of the record. | |
| VersionNumber | Int | Version identification number. | |
| ProcessType | String | Type classification for Process. | |
| IsTemplate | Bool | Indicates whether the record has the Template characteristic. | |
| RunInMode | String | Field containing RunInMode information. | |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| IsSwingFlow | Bool | Indicates whether the record has the SwingFlow characteristic. | |
| ApiVersion | Double | Field containing ApiVersion information. | |
| ApiVersionRuntime | Double | Field containing ApiVersionRuntime information. | |
| CapabilityType | String | Type classification for Capability. | |
| CapacityCategory | String | Field containing CapacityCategory information. | |
| AreMetricsLoggedToDataCloud | Bool | Field containing AreMetricsLoggedToDataCloud 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. |