Salesforce Platform Developer I (legacy) — Question 244
What is a consideration for running a flow in debug mode?
Answer options
- A. Clicking Pause allows an element to be replaced in the flow.
- B. DML operations will be rolled back when the debugging ends.
- C. Callouts to external systems are not executed when debugging a flow.
- D. When debugging a schedule-triggered flow, the flow starts only for one record.
Correct answer: C
Explanation
The correct answer, C, is accurate because when a flow is run in debug mode, callouts to external systems are indeed not executed. Option A is incorrect as clicking Pause does not allow for element replacement; it's simply a temporary halt. Option B is wrong since DML operations are not rolled back; they are processed normally unless explicitly handled. Option D is misleading because while debugging, the flow may only process a single record, but this doesn't apply universally to all schedule-triggered flows.