REFramework retry

Hi,
Can you please explain the detailed flow of RE FRamework with retry and System Exception. What happens when the application fails to laucnh during re-try. How to address this?

Thank you,

@A_Learner

Basically in system exception sequence under set transaction.xaml, applications will be closed using closeallapp xaml

Then retrytransaction.xaml will check if the maximum retries reached or not

If not reached in config retry case the transaction number is not incremented and in queue case automatically another queue item is added …

Now the control moves to initialization state where from initallapp the application will lunch again

By chance if launch fails then it moces to end process instead of get transaction as there is an error in initialization itself

Cheers

Cheers

1 Like

Thank you @Anil_G

When max retry is not launched, but launch failed. How does the code check this?

Thank you,

@A_Learner

See by default if something fails in initialize in any case it would go to end process

Cheers

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