2022.1

Table Of Contents
A "Loop" on page464 is a task that will cause anything after it to repeat a certain number of
times. You can indicate a static number of loops or dynamically determine the number via a
variable or information from your job file, and store the iteration of the loop in a Job Info
variable.
The "Send to Process" on page467 and "Go Sub" on page463 tasks are used to send the
job file to another process or subprocess and, in the case of the GoSub, to get information back
from the subprocess.
Note
Branches, Loops and other Process logic tasks do not generally modify the job file,
though some may change system variables. The only exception is the Run Script action,
which can be a condition that also modifies the data.
Warning
Branches, Loops and Conditions do NOT modify metadata in any way. Furthermore,
even if a branch does a backup of Job Info variables and the data file, it does not back up
the metadata. Keep this in mind when designing a process.
Available Process logic tasks
l "Branch" on the facing page
l "Comment" on page458
l "File Count" on page458
l "File Name Condition" on page461
l "File Size Condition" on page462
l "File/Folder Condition" on page461
l "Go Sub" on page463
l "Loop" on page464
l "Run Script" on page465
l "Send to Process" on page467
l "SNMP Condition" on page468
Page 456