Salesforce Certified Platform Developer II — Question 133
How can Apex be used with Visual Workflow?
Answer options
- A. To set the version of a Flow being run
- B. To start a Flow automatically
- C. To add custom styling to a Flow
- D. To control access to a Flow
Correct answer: B
Explanation
The correct answer is B because Apex can be utilized to automatically initiate a Flow when certain conditions are met. Options A, C, and D do not accurately represent the capabilities of Apex in relation to Visual Workflow, as they pertain to versioning, styling, and access management rather than automation.