This container executes the functors it contains while its condition is true. The condition is checked once before the first execution, using the value supplied to Initial Condition, and afterwards using the value set by a Set While Condition functor placed inside it. Each execution is called a step. While a step runs, the container makes the current step available to its contents through the internal output port Step.
Beyond the first execution, this container has no condition port of its own. Place a Set While Condition functor inside it and connect its output to decide whether the loop keeps running.
When Initial Condition may be false, and a result produced by the contained functors is used outside the container, connect a matching junction (such as Map Junction or Value Junction) after the container, so a value still reaches the rest of the model when the content never executes.