Hi,
The query is like, the transaction is going on and if in between exception occurs at that time I want to restart my process from initialization. But the thing is, I have added initialization workflow in my catch block so whenever exception occurs, the process will retry up to 3 times. But in my process, whenever exception occurs it’s not going to initialize. Instead it is retrying that process activity again and again. What is the solution for it ?