i am working on one of the projects with RE Framework, it handles business exception well, if certain data item is not valid/blank then execution control goes to next transaction item row, but when flow is running and if i close the application manually, then it gives system exception saying UI element is not found, ideally it should initialize application again with id and password, insert data from queue and capture UI element from the application .
How to handle system exception that we get if someone close the application manually when flow is running?
When someone closes the application manually as per RE Framework it goes back to Initialization block at starts executing from first. So in InitAllApplication.xaml launch the application over there. So if an System Exception occurs or if someone closes the application it will launch the application.