Restart after error in Reframework

In Reframework “Process transaction” state , I have some click & type into activities.

I want to restart the “process transaction” after an “error” in the process.

how to fix this?

Hello @Nightowl_music,

You can use Retry Scope activity in order to retry the process again, just to give an example, if you want to retry the process workflow when some error happens on it, you just need to invoke it inside the retry.

But if you are processing queue items, and you are using the standard framework configuration and have retries enable on the queue, you don’t need to use the approach that I described above, as it will be created a retry of the item automatically and so the process will take the item failed again later.