Using a try...catch block for automations with two exit points
I am trying to implement a try...catch block to an automation I have. See photo below. As you can see, it has two exit points - for success and failure. But at some point in the automation, it might have uncaught exceptions, so I decided to wrap it in a try...catch block. But to which exit point do I have to connect the "catch" block? Is it one for each exit point or just one (and to which one)?