1.6

Table Of Contents
Property Type Description
PlanetPress Workflow
properties ScriptableAutomationProperty Returns a ScriptableAutomation object
containing additional information (file
name, process name and task ID) from
PlanetPress Workflow
variables ScriptableAutomationProperty Returns a ScriptableAutomation object
containing the list of local and global
variables defined by the user in
PlanetPress Workflow to the
DataMapper. Note that there is no way to
distinguish local variables from global
ones (local variables take precedence
over global variables). To be used in the
DataMapper, variables must have
already been defined in the
Preprocessor step as Automation
variables. The Preprocessor step
attempts to match variable names
passed by the Workflow process to
those defined inside the step.
Accessing automation properties
To make a Workflow variable accessible in scripts, it must first be declared in the Properties of
the Preprocessor step (see "Properties" on page171). Both the name and type of the variable
must be the same as the variable in Workflow.
Page 227