In Flow Orchestration, Go To connectors are used to connect flow elements in non-sequential ways, especially when steps need to jump to another part of the orchestration, bypassing the default auto-layout flow.
B. Correct — Go To connectors are used when flow elements need to skip the default path or jump conditionally.
Incorrect Options:
A. Auto-Layout connectors are automatically generated and are not used for conditional jumps.
C. Series connectors are not a defined term in orchestration.
D. Parallel connectors are used to execute elements simultaneously, not to redirect flow.
Reference Extracts from Salesforce Process Automation Study Guide:
“Use Go To connectors in orchestration to direct the path of execution outside the default auto-layout structure.”
“Go To connectors enable conditional branching between steps or stages.”
=========================================================
Submit