7.0

Table Of Contents
Name Function
PlanetPress
Database
This input task gathers input data by connecting to a database, making a query and
retrieving a table of records. In PlanetPress Watch/Server, a process is typically started
when data is available at the source location of its initial input task. Since PlanetPress
Database input tasks cannot count on data being available at a source location, but
must rather perform a query to get data, they cannot be used as initial input tasks. You
can, on the other hand, place a PlanetPress Database input task right below a Create
File input task (see Create File (Page 132)).
PrintForm Performs address cleaning and sorting functions provided by PrintForm, a third-party
application from FirstLogic.
PrintShop
Mail
Typically merges the data file it receives with a PrintShop Mail document.
Rename Renames the file it receives. Data selections and variables can be used to make the
renamed files easier to identify.
Run Script Runs the script it contains. The Script Editor can be used to edit the script.
Search and
Replace
Searches and replaces content in the data file.
Send
Images to
Printer
Performs image processing functions on the image files it receives, and prepares them
so that they can be stored on the hard drive of the printers to which they will be sent.
Note that the actual sending is performed by an output task, such as a Printer Queue
output task.
Send to
Folder
Sends files to a folder.
Set Job
Infos and
Variables
Lets you set variables that can be used by other tasks or by PlanetPress Design
documents.
Standard
Filter
Standardizes the ASCII code by automatically filtering out any HP escape characters.
Translator Changes the encoding of the data.
Windows
Print
Converter
Converts Windows print files into special XML files and into standard Line Printer text
files.
XML Splitter Splits XML files files into smaller data files.
Conditional Nodes
A process can include any number of nodes that branch out in multiple branches. You typically create one
branch for each output that you want PlanetPress Watch/Server to generate. If you want to generate a
printout, an email and a fax for each client in your database, you would probably use a process that includes
three branches. But what do you do if some records in your database have no fax number or email address in
them? You use a process that includes conditional nodes, that channel the process in one of two directions.
The process in the example below includes three output tasks, but only generates a single output. It first tries
to send an email. If it can, the whole process is stopped. If it cannot, it then tries to send a fax. If it can, the
process stops. If it cannot, as a last resort, it produces a printout.
Understanding PlanetPress Suite Workflow Tools - Key Concepts
Objectif Lune Inc. © 2009 18