Recursive Loop: End Loop Variable vs. Max. number of iterations

Hi,

I noticed that, when the End loop with varaible condition is set but max. iterations is reached brior to the variable becoming true, execution is stopped.

I cannot recall to have ever increased the max number of iterations which was also confirmed by other Knimers. Hence, I suspect something ioon the logic has changed.

I.e. I’ve got workflows where the recusive loop runs for an unknown number of iterations until a cetain condition, like last page of a website reached, is met.

I’d like to propos to disable the Min/Max iteratio inputs if the end loop with variable condition was set.

PS: Here is the test workflow:

Best
Mike