Loop
Operation name
Loop
Function overview
Repeats 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 a name that is used 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. |
|
Log settings
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Change log settings |
Optional |
Not available |
Select whether or not to temporarily change the log settings of the loop operation.
|
|
Output log |
Optional |
Not available |
Select whether or not to output logs.
|
|
Log level |
Optional |
Not available |
Select a log level to be set.
|
|
Comment
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Comment |
Optional |
Not available |
You can write a short description of this connector. |
|
Icon-click menu
Icon |
Item name |
Description |
Remarks |
---|---|---|---|
![]() |
Fold/Expand |
Select + or - displayed on the icon. Show/hide icons between Start Loop and End Loop. When folded, only Start Loop is displayed. |
|
Parallel Stream Processing
PSP isn't supported.
Available component variables
Component variable name |
Description |
Remarks |
---|---|---|
count |
The number of loops is stored. |
|
How to operate Loop
Creation of Loop
Place operations that you want to repeat between Start Loop and End Loop.

-
If you change the log settings, the log level may change during multi-thread processing, such as PSP or the Thread operation.
Exception messages
None.
Operation example
Using the Loop operation, create a script to execute the Call Script operation five times.
-
Create a script as follows.
-
Set the properties of the Loop operation as follows.
-
Check the result in the execution log view after executing the script.