Break Module - Stop Immediately on Error

Hi all,

I’m pretty familiar with error handling, but there’s one thing with the Break module I notice that is causing some issues for me.

My scenario settings are

Excerpt of my scenario

So for example, based on the above image, I have a router then a series of routes. My break modules are all in the first route.

I notice when the break module activates, it stores it in an incomplete execution (but only for that route) and proceeds with the other routes in my router. How can I force the whole scenario to stop when it hits a break module, and then when it auto-retries follows the same sequence of steps before activating the other routes?

FYI: I’m aware of the Sleep + Resume alternative, I’m just curious to know if this is something that can be done with the use of the Break module alone