Construction executes its subactivities while this condition is satisfied.
In other words, loop operates while condition is true, otherwise loop terminates on false.
Condition type - PHP code
PHP code is specified as the condition.
In case the specified PHP code returns true, the loop will continue to operate. If returns false, the loop is terminated.
Condition type - Element field
Loop will continue to operate while parameters related to element fields match.
Condition type - Variable value
Loop will continue to operate while
parameters matchNote: This type can use values of both variables and template parameters.
, associated with workflow parameters.
Condition type - True
In this case, loop will repeat infinitely
Attention! For Bitrix24 Cloud, number of loop iterations is limited to 1000.