2022.2

Table Of Contents
Renaming a variable
l
Right-click on the variable name in the Configuration Components pane.
l
Click Rename.
l
Type in the new name of the variable, then press Enter on your keyboard.
Note: While renaming a variable will correctly rename all references to it in task properties or
wherever else it is used in a task, it will not change the references in any script within a Run
Script task.
Setting a variable value within a process
You can set the value of a variable within your process in two ways:
l
Use the Set Job Info and Variable action task. See "Set Job Infos and Variables" on page400.
l
You can use Scripts. See the chapter "Using Scripts" on page117.
Tip: Variables may be used as variable properties in Task Properties (see "Variable task prop-
erties" below).
Variable task properties
When you edit tasks, you may notice that some of the properties that you can modify have a red (or
more precisely, a maroon) title. This means that the property can be dynamically determined whenever
your process runs, that is to say it will not remain static. This can be extremely useful when, for
example, you want to determine how many copies you will print out depending on your data, or what
document will be used in the printout depending on the department it came from.
Variable properties may include:
l
Static data.
l
System variables. See "System variables" on page240.
l
Local and Global Variables. See "Local variables" on page242.
l
Job Infos. See "Job Info variables" on page239.
l
Data and Metadata Selections. See "Data selections" on page49.
l
Printer Control Characters. See "Shared printer queue properties" on page95. These are nor-
mally only used in printer outputs.
Variable properties can also be used in these special locations:
Page 245