2022.1

Table Of Contents
information about the job, process, and PlanetPress Workflow environment. For more
information see "System variables" on the facing page.
All the variables in PlanetPress Workflow are considered strings, even if the information itself
can be a number. There are no other types of variables (such as arrays, floating point numerical
values or booleans) in PlanetPress Workflow.
Job Info variables
Job Infos contain information on any job file that comes out of the initial input task or any
secondary input tasks. There are only 9 Job Infos available numbered from 1 to 9. They can be
accessed directly anywhere where variable properties are accepted, by using the number of the
variable preceded by a percent sign, for example, %2 or %9.
Not all available Job Infos will actually be used by input tasks. The number of Job Infos as well
as their definition can be seen in the Other tab of any input task.
The value of a Job Info can also be set:
l Via the Set Job Info and Variable action task. See "Set Job Infos and Variables" on
page432.
l Via a Script task. See the chapter "Using Scripts" on page141.
Note
l While the initial Job Infos are created by the input task, they can be overwritten by
the Set Job Info and Variables Action task, by a Script, or by any secondary input
task in the process. Whenever you use a job info in your process, make sure it
contains the value that you want, and not one that has been overwritten by another
task.
l Job infos are limited in quantity and are slowly being deprecated when transferring
data to your documents. You should probably consider using "Metadata" on
page75, or local variables (see "Local variables" on page728).
Using Job Infos in a Connect template
Workflow variables can be passed to a Connect template via a data mapping configuration.
Data mapping configurations are created with the DataMapper module (inside Connect
Page 722