I’d like to have an option for exiting or terminating the rule execution from within a setup task.
For example, I have a rule that creates new Person records from a Sales to CS survey. More often that not, we have no surveys coming in, but we still have to pull all of our contacts from SFDC, and then have transformations on all of those contacts. This particular rule takes ~ 7 minutes to run, when ideally we’d see that there are no new surveys, and we exit the rule execution.
This could save us a significant amount of processing time each day.