RE Framework - Manual application closure when flow is running

Hello All,

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?

Hi @NILESH.BOT369

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.

Hope you understand!!
Regards

@NILESH.BOT369

Are you closing the application which signin only? Or when in initialize state only?

If so it would go to end state…when in process state if you close it would go to init and re start

Cheers

Thank you Anil… :slightly_smiling_face: :+1:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.