Retry Scope property should be named "number of attempts" not "number of retries"

Logically speaking, a retry is an additional attempt after the first attempt. So 1 retry should mean 2 attempts. 2 retries would mean 3 attempts.

However, the “number of retries” property isn’t really the number of retries it’s the total number of attempts.

Also, it would be great if this activity had a built-in CurrentIndex like other activities do.

3 Likes

Clear feedback. Let’s see how long will it takes us to implement this :sweat_smile:

We will for sure consider it for future versions though.