Retry Scope question?

If i have 10 activates with in a retry scope, and one fails does the scope retry just that one activity that failed or does it retry all actives with in that scope?

It retries the entire sequence that’s inside the Retry Scope.

You can always test to figure these things out, for example in a Retry Scope you can use a Throw to simulate an exception and see what it does.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.