Skip to main content
spencer_engel
Expert ⭐️
December 13, 2017
Solved

Does a rule chain break if one of the rules is broken?

  • December 13, 2017
  • 1 reply
  • 51 views
I noticed some odd behavior on behalf of one of my customer's rule chains this morning. They had a chain of three rules that weren't dependent on one another and were scheduled to run on a daily basis. 

One of the rules in the chain stopped working altogether a few days ago due to a Salesforce permissions issue, so it failed right away. On the same day that rule failed, the rest of the rule chain stopped executing beyond that date as well, even though the other two rules were still executing successfully.

Is this expected behavior? If so, I would think this needs to be fixed.
Best answer by jitin_mehndiratta
Hi Spencer, 

If the rule chain is configured in such a way that some of the rules are child to a parent rule, then if the parent rule fails the child rules will not execute. 
But if that is not the case, then the other rules will continue to execute even if one of the rule fails.

Regards,
Jitin

1 reply

jitin_mehndiratta
Helper ⭐️⭐️⭐️
February 8, 2018
Hi Spencer, 

If the rule chain is configured in such a way that some of the rules are child to a parent rule, then if the parent rule fails the child rules will not execute. 
But if that is not the case, then the other rules will continue to execute even if one of the rule fails.

Regards,
Jitin