[General Task Samples] FileLoop

This recipe demonstrates the use of FileLoop task of a job in the Schedule Designer.

Steps taken:

  1. Create a job file (FileLoop.job). Add a FileLoop task under the FileLoop.job on the “Design” tab. Fill in the following information for the FileLoop task:Name=Loop-ER_Exercises
    Enabled=true
    Folder=ElixirSamples
    Recursive=true
    Parameter Name=FileNameAdd the following File Criteria:Test=Extension, When=Equals, Value=rml
  2. Add an Echo task under the FileLoop task. Fill in the following information for the Echo task:Enabled=true, Echo=Detected ${FileName}
  3. Run the job. You can view the output on the “Logs” tab.

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