Loop

Operation Name

Loop

Function Overview

Repeat processing for the specified number of times.

Loop Configuration

Icon Name Description
Start Loop The start of Loop.
End Loop The end of Loop.

Properties

For details on use of variables, refer to “Variables”.
Basic settings
Item name Required/Optional Use of variables Description Remarks
Name Required Not available Enter the name to show on the script canvas.  
Required settings
Item name Required/Optional Use of variables Description Remarks
Loop count Required Available Enter the number of times to execute the loop.
  • Default value is 1.
Log settings
Item name Required/Optional Use of variables Description Remarks
Change log settings Optional Not available Select whether or not to temporarily change log settings of the loop processing.
  • [Checked]:
    Log settings will be changed.
  • [Not checked]: (default)
    Log settings will not be changed.
 
Output log Optional Not available Select whether or not to output log.
  • [Checked]: (default)
    Output log.
  • [Not checked]:
    Do not output log.
  • Enabled when [Change log settings] is checked.
Log level Optional Not available Select a log level to be set.
  • [NOTICE]:
  • [INFO]: (default)
  • [FINFO]:
  • [FINEST]:
  • [DEBUG]:
  • Enabled when [Output log] is checked.
Comment
Item name Required/Optional Use of variables Description Remarks
Comment Optional Not available You can write a short description of this adapter.
The description will be reflected in the specifications.
 

Right-click Menu

Icon Item name Description Remarks
Fold/Expand Show/hide icons between [Start Loop] and [End Loop].
When folded, only [Start Loop] will be displayed.

PSP Usage

PSP is not supported.

Available Component Variables

Component variable name Description Remarks
count The number of loops is stored.
  • Default value is null.

How to Operate Loop

Create loop

Place operations to be repeated between [Start Loop] and [End Loop].



Specification Limits

Major Exceptions

None.

Sample

Using Loop operation, create a script to execute Launch External Application operation for 5 times.
  1. Create a script as follows.


  2. Set the properties of the Loop operation as follows.


  3. Check the result in the execution log view after executing the script.