{ "sections": [ "title", "description", "fields", "associated_objects", "wsdl_segment", "field_reference" ], "title": "FlowOrchestrationVersion - Data API", "description": "Represents the version of an orchestration. This object is available in API version 62.0 and later.", "fields_columns": [ "type", "properties", "description", "relationship_name", "refers_to", "relationship_type" ], "fields": { "ActivatedById": { "type": "reference", "properties": "Filter, Group, Nillable, Sort", "description": "The ID of the user that activated the orchestration. This field is a relationship field.", "relationship_name": "ActivatedBy", "refers_to": "User" }, "ActivatedDate": { "type": "dateTime", "properties": "Filter, Nillable, Sort", "description": "The date and time when the orchestration was activated." }, "ApiVersion": { "type": "double", "properties": "Filter, Nillable, Sort", "description": "The API version of this orchestration record version." }, "Description": { "type": "textarea", "properties": "Nillable", "description": "The description of the flow orchestration version." }, "FlowOrchestrationId": { "type": "reference", "properties": "Filter, Group, Sort", "description": "The ID of the parent orchestration running this version. This field is a relationship field.", "relationship_name": "FlowOrchestration", "relationship_type": "Master-detail", "refers_to": "FlowOrchestration" }, "IsOverridable": { "type": "boolean", "properties": "Defaulted on create, Filter, Group, Sort", "description": "Indicates whether the orchestration that's part of a managed package is overridable. The default value is false." }, "IsTemplate": { "type": "boolean", "properties": "Defaulted on create, Filter, Group, Sort", "description": "Indicates whether the orchestration record version is a template. The default value is false." }, "LastReferencedDate": { "type": "dateTime", "properties": "Filter, Nillable, Sort", "description": "The timestamp for when the current user last viewed a record related to this record." }, "LastViewedDate": { "type": "dateTime", "properties": "Filter, Nillable, Sort", "description": "The timestamp for when the current user last viewed this record." }, "Name": { "type": "string", "properties": "Filter, Group, idLookup, Sort", "description": "The label of the orchestration." }, "OrchestrationType": { "type": "picklist", "properties": "Filter, Group, Nillable, Restricted picklist, Sort", "description": "The orchestration's flow type. FlowType consolidates ProcessType and TriggerType into one field. FlowType is used with permissions, so admins can control access to each flow type. Valid values are: OrchAutolnch—Autolaunched No Trigger Orchestration: Launches when invoked by Apex, REST API, custom buttons, or custom links. An orchestration lets you create a multi-step, multi-user process. OrchRecTrigAftSave—Record-Triggered After Save Orchestration: Launches when a record is created or updated. An orchestration lets you create a multi-step, multi-user process. This type of flow runs in the background without user interaction. CmsOrchAutolnch—CMS Workflow Orchestration Autolaunched: Launches when invoked from the Workflows component in a CMS workspace. This type of orchestration lets you create a multi-step, multi-user process to create, edit, organize, and manage digital content from a centralized location" }, "OverriddenById": { "type": "reference", "properties": "Filter, Group, Nillable, Sort", "description": "The ID of the orchestration that's overriding the current orchestration. This field is a relationship field.", "relationship_name": "OverriddenBy", "refers_to": "FlowOrchestration" }, "OverriddenOrchestrationId": { "type": "reference", "properties": "Filter, Group, Nillable, Sort", "description": "The ID of the orchestration that the current orchestration is overriding. This field is a relationship field.", "relationship_name": "OverriddenOrchestration", "refers_to": "FlowOrchestration" }, "RunInMode": { "type": "picklist", "properties": "Filter, Group, Nillable, Restricted picklist, Sort", "description": "The mode that the orchestration runs in. Possible values are: DefaultMode—The orchestration version runs in system or user context, depending on how the orchestration is launched. SystemModeWithSharing—The orchestration version always runs in system mode with sharing. The orchestration respects org-wide default settings, role hierarchies, sharing rules, manual sharing, teams, and territories. But it doesn’t respect object permissions, field-level access, or other permissions of the running user. SystemModeWithoutSharing—The orchestration version can access all data. In the UI, this value appears as System Context without Sharing—Access All Data." }, "SourceTemplateId": { "type": "reference", "properties": "Filter, Group, Nillable, Sort", "description": "This field is a relationship field.", "relationship_name": "SourceTemplate", "refers_to": "FlowOrchestration" }, "Status": { "type": "picklist", "properties": "Filter, Group, Nillable, Restricted picklist, Sort", "description": "The ID of the template that the orchestration was created from. This is a relationship field.(Refers to Orchestration Record). Possible values are: Active—Active Draft—Inactive InvalidDraft—Draft Obsolete—Inactive UnderReview—Under Review" }, "TriggerObjectOrEventLabel": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "The label of the object or platform event that triggers this flow." }, "VersionNumber": { "type": "int", "properties": "Filter, Group, Nillable, Sort", "description": "The version number of the orchestration version." } }, "associated_objects": "This object has the following associated objects. If the API version isn’t specified, they’re available in the same API versions as this object. Otherwise, they’re available in the specified API version and later.\n\n- **FlowOrchestrationVersionChangeEvent**: Change events are available for the object.", "wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n\n\n \n\n\n \n \n \n \n \n \n\n```", "field_reference": { "ActivatedById": { "field_label": "User ID", "type": "reference", "length": "18" }, "ActivatedDate": { "field_label": "Activated Date", "type": "datetime" }, "ApiVersion": { "field_label": "API Version", "type": "double", "precision": "18", "scale": "1" }, "CreatedById": { "field_label": "Created By ID", "type": "reference", "length": "18" }, "CreatedDate": { "field_label": "Created Date", "type": "datetime" }, "CurrencyIsoCode": { "field_label": "Currency ISO Code", "type": "picklist", "length": "3" }, "Description": { "field_label": "Description", "type": "textarea", "length": "65535" }, "FlowOrchestrationId": { "field_label": "Orchestration ID", "type": "reference", "length": "18" }, "Id": { "field_label": "Orchestration Version ID", "type": "id", "length": "18" }, "IsDeleted": { "field_label": "Deleted", "type": "boolean" }, "IsOverridable": { "field_label": "Overridable", "type": "boolean" }, "IsTemplate": { "field_label": "Template", "type": "boolean" }, "LastModifiedById": { "field_label": "Last Modified By ID", "type": "reference", "length": "18" }, "LastModifiedDate": { "field_label": "Last Modified Date", "type": "datetime" }, "LastReferencedDate": { "field_label": "Last Referenced Date", "type": "datetime" }, "LastViewedDate": { "field_label": "Last Viewed Date", "type": "datetime" }, "Name": { "field_label": "Orchestration Version Name", "type": "string", "length": "255" }, "OrchestrationType": { "field_label": "Orchestration Type", "type": "picklist", "length": "255" }, "OverriddenById": { "field_label": "Orchestration ID", "type": "reference", "length": "18" }, "OverriddenOrchestrationId": { "field_label": "Orchestration ID", "type": "reference", "length": "18" }, "RunInMode": { "field_label": "Run in Mode", "type": "picklist", "length": "255" }, "SourceTemplateId": { "field_label": "Orchestration ID", "type": "reference", "length": "18" }, "Status": { "field_label": "Status", "type": "picklist", "length": "255" }, "SystemModstamp": { "field_label": "System Modstamp", "type": "datetime" }, "TriggerObjectOrEventLabel": { "field_label": "Triggering Object or Platform Event Label", "type": "string", "length": "255" }, "VersionNumber": { "field_label": "Version Number", "type": "int", "digits": "9" } }, "field_reference_columns": [ "field_label", "type", "length", "precision", "scale", "digits" ] }