Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

EmbeddedServiceFlowConfig

Represents a setup node for creating an embedded flow. This type extends the Metadata metadata type and inherits its fullName field.

File Suffix and Directory Location

EmbeddedServiceFlowConfig components are stored in the developer_name.EmbeddedServiceFlowConfig file in the EmbeddedServiceFlowConfig folder.

Version

EmbeddedServiceFlowConfig is available in API version 45.0 and later.

Fields

Field Name Field Type Description
enabled boolean Indicates whether the embedded flow is enabled (true) or not (false). Defaults to false.

Declarative Metadata Sample Definition

The following is an example of an EmbeddedServiceFlowConfig file.

1<?xml version="1.0" encoding="UTF-8"?>
2<EmbeddedServiceFlowConfig xmlns="http://soap.sforce.com/2006/04/metadata">
3    <enabled>true</enabled>
4</EmbeddedServiceFlowConfig>