Hi
If you set a process to stop on error on a subprocess it stops the subprocess but carries on with the main process. How can you make it stop the main process too?
James
Hi
If you set a process to stop on error on a subprocess it stops the subprocess but carries on with the main process. How can you make it stop the main process too?
James
Hi,
In that case, you can achieve it with the following steps:
Set “Stop process” in “on error” and “Retrieve subprocess error” in the call-sub plugin of the main process as well as the subprocess.
Ah brilliant thanks