2020.1

Table Of Contents
access these property inside of any JavaScript code within the data mapping
configuration, use automation.properties.OriginalFilename.
l
ProcessName: This property contains the name of the process that is currently executing
the data mapping configuration and is equivalent to the %w variable in the process. To
access this property inside of any JavaScript code within the data mapping configuration,
use automation.properties.ProcessName.
l
TaskIndex: This property contains the index (position) of the task inside the process that
is currently executing the data mapping configuration but it has no equivalent in
PlanetPress Workflow. To access this property inside of any JavaScript code within the
data mapping configuration, use automation.properties.ProcessName.
In scripts, fixed automation properties are retrieved via the automation object (see "Objects" on
page378), for example automation.jobInfo.JobInfo9 or
automation.properties.OriginalFilename.
Note
Other variables used in a Workflow configuration are made available to the data mapping
configuration via custom runtime parameters, defined in the Properties subsection of the
Preprocessor step (see below).
Properties
The Properties subsection is used to create specific properties that are used throughout the
workflow.
For more information see: "Properties and runtime parameters" on page224.
Note
Properties are evaluated in the order they are placed in the list, so properties can use the
values of previously defined properties in their expression.
l
Name: The name of the property used to refer to its value.
l
Scope: The scope of a property determines when the property is set and how it can be
accessed (see "Accessing properties and runtime parameters" on page225).
Page 331