Salesforce Platform Developer I (legacy) — Question 280
What are two considerations for running a flow in debug mode? (Choose two.)
Answer options
- A. Clicking Pause or executing a Pause element closes the flow and ends debugging.
- B. DML operations will be rolled back when the debugging ends.
- C. Input variables of type record cannot be passed into the flow.
- D. Callouts to external systems are not executed when debugging a flow.
Correct answer: B, D
Explanation
The correct answers are B and D because when debugging a flow, any DML operations are rolled back to maintain data integrity, and callouts to external systems do not occur to prevent unintended side effects. Options A and C are incorrect because pausing does not actually close the flow, and record type input variables can be passed into the flow.