Logic issue in Retry Scope

In Retry Scope, if the option value NumberOfRetries is 0, all scope is skipped.

I assume that the Retry Scope should retain the same logic as REFramework. If NumberOfRetries would be 0 the scope have to be executed once. In this case I can use the same constant for retry REFramework and Retry Scope.

Would love to hear what the community thinks about this.

Examples in attachment)

Main.xaml (6.6 KB)
project.json (1.5 KB)

1 Like

Hey @Sergey_Petrenko

Yes you are right. But for now you can just keep it as empty or the actual retry value as you require apart from 0.

Thanks
#nK

1 Like

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