{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "EmbeddedServiceFlowConfig - Metadata API",
"description": "Represents a setup node for creating an embedded flow. This type extends the Metadata metadata type and inherits its fullName field.",
"file_information": ".EmbeddedServiceFlowConfig",
"directory_location": "EmbeddedServiceFlowConfig",
"fields_columns": [
"type",
"description"
],
"fields": {
"enabled": {
"type": "boolean",
"description": "Indicates whether the embedded flow is enabled (true) or not (false). Defaults to false."
}
},
"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```",
"declarative_metadata_sample_definition": [
{
"description": "The following is an example of an EmbeddedServiceFlowConfig file.",
"code": "\n\n true\n"
}
]
}