How to use Retry Scope activities

Hi,

You can use any Activity<bool> (activity that has a boolean result, like @adrian mentioned).

If you’re storing a check variable from something else, you can use Microsoft.Activities.Expressions.IsTrue or IsFalse activities in the Condition segment of the RetryScope. Added bonus is you can put any expression there, just like you’d use a normal If.

Regards.

Edit: formatting - <bool> got swallowed, surrounded with code tags.

8 Likes