As you all know infinite loops are great ways to slow down or even cause a non-responsive server.
Service Studio would detect circular flows (not with For Each) and force the user to define the max iterations allowed. If reached, it would trigger an exception.
![user-made-loop detection]()
Service Studio would detect circular flows (not with For Each) and force the user to define the max iterations allowed. If reached, it would trigger an exception.