Hi,
In my REFramework Process I have UI steps 1 through N. If a system Exception happens during the process at step 5, if I set retry count to 3, where does the retry occur?
Does it start re-trying at step5? Does it start re-trying the entire process of steps 1 through N?
When an system exception occured it goes back to the init state and closes all the application relaunches the application. When it reaches the maximum retry count i.e., 3 the transaction will be marked as Failed and it goes to the next transaction.
→ The transaction is marked as Failed and goes to next transaction
→ If you want to change the flow to Get Transaction Data if system exception occurs in Set Transaction Status xaml you can replicate the same logic of system exception in business exception flow and try once.
You can …but ideally in case of system exception preferrably it goes to init as we donot know the state of the application…for example the application might be hanged or is stuck on a pge also…if it is not restarted the next transaction also fails or it migh tbe on a different page and the next transaction also fails…for that reason we go to init. …so that all applications are closed and reopened