2021.1

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
page440.
l
You can use Scripts. See the chapter "Using Scripts" on page141.
Tip
Variables may be used as variable properties in Task Properties (see "Variable task
properties" on page723).
Global variables
Global variables are set at the level of the configuration file and are shared between all
processes and tasks.
To refer to a global variable, for example in a variable task property (see: "About Tasks" on
page300), use its name preceded by "global." and surrounded by curly brackets, for example: %
{global.myGlobalVariable}.
Global variables are generally used to keep information that applies to multiple locations but
needs to be changed easily. For example, a lot of users use them to set a server's IP, a printer
Page 721