Hello,
I’ve done some searching but I can’t seem to find a solution for what I need to accomplish.
I have a script that runs a series of related scripts/workflows.
– Main Script
Run A
Run B
Run C
From time to time, the workflow deviates and a script can be ended without running the remaining code in a given script. I would use an Exit All but this prevents the execution of any remaining scripts that have yet to run in the main script.
Is there a way to do this?
Sorry. Forgot to mention that the code is in a handler. It appears that I can exit the handler at any time but not the parent script?
Thanks,