How to avoid duplicate entry in queue when system exception happens and Init state is executed due to retry?

Hi All

We are using RE framework. If any system exception happens bot moves to the Init state for retry. But because of that the queue is loaded again and everything in the Init state executes again.

So how to avoid the queue to load again ?

HI @kkp

you can use try catch and throw business rule exception, then it wont retry from Init state.

Thanks
Latika