Every flow in Salesforce is built from core components that define its structure and behavior:
A. Connector — Connectors define the path between elements.
C. Screen — Used in Screen Flows to gather input or display data.
D. Element — Generic term for any step in the flow (e.g., Assignment, Get Records, Screen).
Incorrect Options:
B. Action Group is not a standard Flow component; it may be confused with Process Builder terminology.
E. Test Class is specific to Apex and unrelated to Flows.
Reference Extracts from Salesforce Process Automation Study Guide:
“Flows are composed of Elements (e.g., screens, assignments), Connectors (paths), and Resources.”
“Screen elements enable interaction, and connectors determine how elements are executed.”
=========================================================