Retry if get exchange mails fails?

Hi,

I get somethimes errors from Get Exchange Mail Messages: RemoteException wrapping System.Activities.Statements.WorkflowTerminatedException: Unable to download Emails. I would like to try again to download them. Should I use retry scope? How to develop this?

You can use retry scope, without condition, by that way will be retried until it doesn’t give exception or until reaches number of max retries.

Hi,

like this on the image I attached?

Hi
Just remove the try catch from the get exchange, and will suit better the try catch covering the retry scope.