You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today the Action retry policy kicks in if the action throws an exception. In many cases, the application wants to retry the action based on the StatusCode/Output of the action, not just on exception. In my case, I want to retry the action "n" if it returns a specific status code.