Inbuild timeout or maximum number of loops for While and Do-While activites

There is no feature/property helps in avoiding infinite loops. Can we have a timeout option and max number of loops(both are not mandatory) to help developers to handle this scenario?

Would be a much useful feature for code-reviewers too. They can enforce that either one of them have to be mandatorily handled.

Hi @Balaji_Murugan ,

I believe the Max Iterations is already available in the While/Do-While Activities in the Latest releases. Although Timeout property is not added yet.

Could you let us know if this is what you were looking for or is it something different?

my bad, yes you are correct.

1 Like