It would be really great if there was a way to STOP a scenario from continuing after any given module has been successfully run. Why? Because of routers & filters. Currently, there is no way for us to put a "STOP SCENARIO" module at the end of a router path. As a result, ALL ROUTER PATHS always get evaluated 100% of the time, and then we are forced to create VERY COMPLEX FILTERS to try to prevent all the other router paths from activating. In other words, if the router goes down "Path A", we have no ability to prevent the scenario from going down "Path B" and "Path C" without creating complicated filters. We currently have to use very complex filters to prevent the scenario from going down any other router paths, but it would be amazing if there was a way for us to just put a "STOP SCENARIO" module after a certain path. The only other workaround for this is to willfully create an error message and then use a "commit" error module, but this is really bad practice. Thank you!