Defines a DO...WHILE loop step based on a JavaScript condition.

This step executes a group of child steps once, then repeats execution of the loop until the condition expression set in the Condition property is found to be false.
Note: You can add other steps to this step: these are the steps executed in the loop.

Property Type Category Description
Comment String standard Describes the object comment to include in the documentation report.
This property generally contains an explanation about the object.
Condition JS expression standard Defines the block condition expression.
This property is a JavaScript expression that will be evaluated as condition (true or false) in order to decide whether to execute or not the child steps.
JavaScript variables and code are supported in this property.
Is active boolean standard Defines whether the step is active.
Output boolean expert Defines whether the XML generated by this step should be appended to the resulting XML.
Set this property to true to add the step’s resulting XML to the sequence’s output XML (default value for steps generating XML). Set this property to false to prevent the steps’s XML result to appear in the sequence’s output XML.
Setting this property to false does not prevent the step’s generated XML from being used as a source by other steps.