Salesforce Certified Platform App Builder — Question 55

Universal Containers wants to automate a business process using workflow. They are aware that workflow rules may cause recursive behavior, and as a result certain actions will only cause workflow rules that didn't fire previously to be retriggered.
What workflow action might cause this behavior? (Choose two.)

Answer options

Correct answer: A, B

Explanation

Options A and B can create recursive behavior because they involve conditions that can lead to the re-evaluation of workflow rules after changes are made. Specifically, option A's setting allows for rules to be reassessed after a field update, while option B's due date configuration can also trigger rule evaluations again. Options C and D do not inherently create this recursive behavior and therefore are not correct.