Hi @lianaent,
Are you looking for something like this?
If so, you should be able to achieve this logic by changing the RepeatForever property of the MonitorEvents activity to False. When you do, the monitor activity will end after performing some action, allowing you to loop it back to the original process.
If the RepeatForever is set to True, then it would need to be done the way you had mentioned - cause an error and use the TryCatch block to ignore the error.
I hope that helps. Please let me know if that’s not the scenario you envisioned.