Skip to main content

I was reading the documentation of rule actions, and there is no detail on this. 

 

When you use the action "stop rule execution", does it only break out of that current rule? What if that rule is being called by another rule? Will it stop the parent execution as well or just break out of the current rule?

 

Also as a side note, in the example given on the page above, they use "continue to next execution" in a useless way, unless I'm misunderstanding the functionality. In that specific scenario, wouldn't rule execution continue if it passed over the first if statement anyway? I know of actually useful scenarios to use that action, but this example seems rather pointless. 

 

Thank you,

 

Taylor

Hey Taylor.

Stop rule execution stops all rules. So yes, if you have a rule (A) that calls another rule(B) that have a stop rule then nothing more is run from rule A.

Continue to next execution is great to use in rules when using each functionality combined with conditions.

Reply