PDI · Question #186
PDI Question #186: Real Exam Question with Answer & Explanation
The correct answer is B: Clicking Pause or executing a Pause element closes the flow and ends debugging.. When debugging a flow, the debug session ends if a Pause element is encountered or clicked, and it's not possible to pass input variables of the Record type directly into the flow.
Question
What are two considerations for running a flow in debug mode? Choose 2 answers
Options
- ACallouts to external systems are not executed when debugging a flow.
- BClicking Pause or executing a Pause element closes the flow and ends debugging.
- CInput variables of type record cannot be passed into the flow,
- DDML operations will be rolled back when the debugging ends.
Explanation
When debugging a flow, the debug session ends if a Pause element is encountered or clicked, and it's not possible to pass input variables of the Record type directly into the flow.
Common mistakes.
- A. Callouts to external systems are executed during a flow debug run, meaning external integrations will be invoked and affected, contrary to the statement.
- D. DML operations performed within a debug flow are always rolled back at the end of the debug session, ensuring no permanent changes are saved to the database; this is a safety feature rather than a negative consideration for debugging.
Concept tested. Salesforce Flow debug mode characteristics
Reference. https://help.salesforce.com/s/articleView?id=sf.flow_test_debug.htm&type=5
Topics
Community Discussion
No community discussion yet for this question.