[General Task Samples] Loop Count

This recipe demonstrates how to use Loop Count in a job in Schedule Designer.
Steps taken:

Create a job file (LoopCount.job). Add the following parameter for the job:

Parameter Name=Count

Value=10

Enabled=true

Add a Loop task under the job. Fill in the following information for the Loop task:

Name=LoopCount

Enabled=true

Repeat Count=${Count}

Run the job and view the output on the “Logs” tab.

To download the necessary files for this recipe, refer to the attached ZIP package.
LoopCount.zip (1.4 KB)