1.4.21 Repeat condition setting dialog

You use this dialog for defining the condition for using a while activity to specify loop processing.

This dialog is displayed when you click the [Repeat condition setting] button in [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-83 Figure [Repeat condition setting] dialog (While Activity)

[Figure]

[Condition format]
[Display variable]
Select variable from the drop down list when setting a formula, in which variables are used in condition. The dropdown list displays only available variables, from among the variables of message format (XML) defines in the [List Of Variables And Correlation Sets] dialog.
[Display] button
Displays the [View variable] dialog. In the [View variable] dialog, you can check the message type (XML) variable contents specified in the [View variable] dialog.
For details about [Showing variable] dialog, see "1.4.4 Showing Variable Dialog".
[Format]
Specify a condition format of a loop condition in XPath. Inside the XPath expression, you can use the extension function to acquire and utilize the information inside a variable. For details about how to use the extension function see "5.6.18 Specifying XPath" in "Service Platform Basic Development Guide".
[Max loop count]
Use the following items to specify the maximum loop count in the while activity:
[Specify] checkbox
Select to specify the maximum loop count.
If you do not select the checkbox, the maximum loop count can go up to 2,147,483,647 times.
[Count]
Specify the maximum value of the loop count in one-byte numeric characters. You can set a value in integers from 1 to 2,147,483,647.
[OK] button
Reflects the defined contents to the [While activity] dialog and closes the dialog.
[Cancel] button
Closes the dialog without reflecting the defined contents to [While activity] dialog.