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

= Remarks =

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.

  • The 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 the log settings of the loop operation.

Selected

Change the log settings.

Not selected

(Default)

Don't change the log settings.

 

Output log

Optional

Not available

Select whether or not to output logs.

Selected

(Default)

Output logs.

Not selected

Don't output logs.

  • Enabled when Change log settings is selected.

Log level

Optional

Not available

Select a log level to be set.

NOTICE
INFO

(Default)

FINFO
FINEST
DEBUG

  • Enabled when Output log is selected.

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.

  • The default value is null.

How to operate Loop

Creation of Loop

Place operations that you want to repeat between Start Loop and End Loop.

 

Specification limits

  • 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.

  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.