Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey all, I have a list of rules that usually run sequentially for a model either through a script that simply calls them all in order one after another or the user manually running each one and verifying that the output of each was complete and correct. I want to add some error handling to that script that calls all rules in a row to actually check if the rule ran successfully. Currently if one fails it tries to run the next rule, which fails even harder, and that continues down the line usually resulting in having to load a backup.
Anyone know of a good way to do this?
Solved! Go to Solution.