7.0

Table Of Contents
The tasks included in a PlanetPress Suite process are basically designed to:
Receive data as input (from an AS/400 via an LPD input, for instance).
Optionally perform actions on the data (change the encoding perhaps).
Generate output (send the data to a printer maybe).
In PlanetPress Suite Configuration, processes are represented using a tree structure made up of tasks leading
to other tasks and sometimes branching off. Branches can be conditional or not. The tasks found on a given
conditional branch are only executed if the condition is true. Tasks found on a branch that is not conditional
are always executed.
A) Input task. B) Conditional branch. C) Branch. D) Output tasks. E) Action task.
For a configuration created in PlanetPress Suite Workflow Tool Configuration to actually be executed by
PlanetPress Suite Workflow Tool, it must be sent to its PlanetPress Suite service.
Related topics:
More on PlanetPress Suite Workflow Tools and How They Work (Page 0)
About Subprocesses
Introduction
Subprocesses are special processes that can be called by any other process. These act exactly as
subroutines in programming languages, allowing users to reuse existing processes by sharing them to the
whole configuration file. They can thus be used to perform redundant operations that may need to be
executed numerous times; for instance, archiving a copy of a zipped file received as the input job file, then
decompressing it before sending the unzipped version of it back to the calling process .
Whenever a PlanetPress Suite process calls a subprocess, the main process (the caller) will wait for the called
subprocess to finish its execution before carrying on with its own. This means the subprocess feature is
synchronous with the main process. This also means the calling process actually appends the subprocess to its
own workflow.
Subprocess dialog
Information tab
Double-clicking on a subprocess loads its properties. Contrary to normal processes, subprocesses do not have
much to configure, and do not have a scheduling option, as they are triggered from existing and running
processes. This basically means that it does not have any input data, job or job information of its own; it
simply gets those from the main process. Therefore, their properties dialog is rather simple and informational.
Understanding PlanetPress Suite Workflow Tools - Key Concepts
Objectif Lune Inc. © 2009 6