Use this dialog to define for using a while activity to specify loop processing.
This dialog is displayed when you click the [Repeat list setting] button on the [While activity] dialog.
For details about how to define while activity see "5.6.13 While activity" in "Service Platform Basic Development Guide".
Figure 1-82 Figure [Repeat list setting] dialog (While activity)
![[Figure]](figure/zs015705.gif)
- [Repeat list]
- [Display variable]
- Select a variable from the drop down list to set a format that uses a variable in repeat list. The drop down displays only those variables that can be used from the message type variables defined in the [List Of Variables And Correlation Sets] dialog.
- [Display] button
- Displays the [Showing Variable] dialog. In the [Showing Variable] dialog, you can verify the contents of the message type variables (XML, non-XML) that you specified in [Display variable].
- For details about [Showing Variable] see "1.4.4 Showing Variable Dialog".
- [Format]
- For the evaluation result, specify a format, which is a path of an element of the variable that defines the repeat element, in XPath format For details about specification of XPath formula, see "5.6.18 Specifying XPath" in "Service Platform Basic Development Guide". Note that extension function cannot be used.
- [Variable name]
- Select a variable that saves repeat element from the drop down list. The drop down list displays only those variables which can be used from among the XML variables defined in the [List Of Variables And Correlation Sets] dialog.
- For details about the [List Of Variables And Correlation Sets] dialog, see "1.4.1 List Of Variables And Correlation Sets Dialog".
- [Edit] button
- Displays the [List Of Variables And Correlation Sets] dialog. You can add or delete variables in the [List Of Variables And Correlation Sets] dialog.
- [Maximum loop count]
- [Specify] checkbox
- Select this checkbox when you want to specify the maximum loop count.
- If you do not check the checkbox, the maximum loop count an go up to 2,147,483,647 times.
- [Count]
- Specify the maximum value for repeat count in one byte numerical characters. You can specify any integer from 1 to 2,147,483,647.
- [OK] button
- Reflects the defined contents in [While activity] dialog and closes the dialog.
- [Cancel] button
- Closes the dialog without reflecting the defined contents in [While activity] dialog.