While Loop activity

The While Loop activity initiates and continually processes any associated activities for as long as the specified condition evaluates to true.

About this task

To define a While Loop activity complete the following steps:

Procedure

  1. Drag a While Loop activity from the Logic folder of the Activities tab onto the orchestration. The Expression Builder is displayed.
  2. Use the Expression Builder to define conditions in the While Loop activity. You must define a condition that evaluates to false to ensure that the loop ends. The variables needed to iterate through the conditions you specify are automatically created.
  3. Drag an activity from the Activities tab onto the empty placeholder inside of the While Loop activity, typically, For Each, While Loop, or Split.  Use the Break Loop or Continue activities to control iterations in these activities



Feedback | Notices


Timestamp icon Last updated: Tuesday, 27 September 2016


https://www.ibm.com/support/knowledgecenter/en/SS3LC4_7.5.3/com.ibm.wci.doc/orch_While_Loop_Activity.html