2019.2

Table Of Contents
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" below
l "Comment" on page499
l "File Name Condition" on page500
l "File Size Condition" on page500
l "File/Folder Condition" on page499
l "Go Sub" on page501
l "Loop" on page502
l "Run Script" on page503
l "Send to Process" on page506
l "SNMP Condition" on page507
l "Text Condition" on page510
l "Time of Day Condition" on page511
Branch
A Branch duplicates your job file along with accompanying information. Branches do not
execute in parallel - the branch is executed, and then the trunk (or the following branch)
continues.
For more information about branching see "About branches and conditions" on page137.
Page 497