structure/loop-iteration-guard

Every loop needs a bound: an item-driven SplitInBatches, or a decision node testing an attempt counter.

Departmentstructure
Classquality
Recommendedwarn
Fixableno

Messages

Message IDTemplate
unboundedLoop ({{cycle}}) has no iteration guard, so it can run forever; bound it with a counter check or SplitInBatches.