If an exception reaches the main page unhandled, then the process will terminate anyway. A common option is to do as you suggest and have a 'final' Recover to intercept a terminal exception, not in an attempt to solve the problem, but as a means of providing the chance to send a notification. In other words, the process is about to terminate, the exception is temporarily caught, an email notifying Admin that 'Process X on machine Y has terminated because...' is sent, the exception is re-released, and the process dies. Take a look at the template processes on this Portal for an example.