{ "sections": [ "title", "description", "file_information", "directory_location", "fields", "sub_types", "wsdl_segment", "declarative_metadata_sample_definition" ], "title": "FlowCategory - Metadata API", "description": "Represents a list of flows that are grouped by category. Flows aren’t added directly to a Lightning Bolt Solution. Instead, add the category the flows are in to the Lightning Bolt Solution. This type extends the Metadata metadata type and inherits its fullName field.", "file_information": ".flowCategory", "directory_location": "flowCategories", "fields_columns": [ "type", "description" ], "fields": { "description": { "type": "string", "description": "The description of this flow category." }, "flowCategoryItems": { "type": "FlowCategoryItems[]", "description": "The list of flows in this flow category." }, "masterLabel": { "type": "string", "description": "The label for this flow category, which appears in Setup.", "required": true } }, "sub_types": { "FlowCategoryItems": { "flow": { "type": "string", "description": "The name of the flow.", "required": true } } }, "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```", "declarative_metadata_sample_definition": [ { "description": "The following is an example of a FlowCategory component.", "code": "\n\n \n PausableFlow\n \n \n BankingFlow\n \n updateBenefits\n All the update benefits.\n" } ] }