Retry Scope

any give a sample usage of retry scope while throwing an exception ?

Hi @ddrdushy1

You can use any popup as a condition to retry the particular operation.

Attaching the sample workflow.

Thanks,
GirishMain.xaml (67.0 KB)

Hi @Girish, thanks for the reply, I created a boolean flag in the Catch activty. i have to check this in condition activity. is that possible.

Yes @ddrdushy1

may i know how use that flag, i have to drop a condition activity, which one should i have to there?

IsTrue from Microsoft.Activities.extensions should work nicely there.

Here is a detailed article on that :slight_smile:

Regards,
Sharath raju