2021.1

Table Of Contents
Objects
automation
Returns a ScriptableAutomation object encapsulating the properties of the PlanetPress
Workflow process that triggered the current operation.
This automation object is available in all script types and with all file types.
Note
The automation object available in Designer scripts is not of the same type. It has
different properties.
Properties
The following table lists the properties of the automation object. All properties are read-only.
Property Description
jobInfo Returns a ScriptableAutomation object containing Job Info 1 to 9 values
from PlanetPress Workflow (see "Fixed automation properties" on
page341, and Job Info variables in the Workflow Online Help).
properties Returns a ScriptableAutomation object containing additional information
(ProcessName, OriginalFilename and TaskIndex) from PlanetPress
Workflow (see "Fixed automation properties" on page341).
parameters Returns a ScriptableAutomation object containing the custom runtime
parameters defined in the data mapping configuration (see "Properties
and runtime parameters" on page228).
At runtime this object also contains any local and global variables defined
by the user in PlanetPress Workflow, to ensure compatibility with previous
versions.
variables Deprecated; use automation.parameters instead. Both properties
Page 393