8.6

Table Of Contents
l Cutting an input or output task will replace it with an unknown task. See Cutting, Copying
and Pasting Tasks and Branches
l Creating a new branch will create an unknown output task in that branch. See Adding
Branches.
l Using Branch From Here... will create an unknown output task below that branch. See
Adding Branches.
l Opening a configuration that contains additional plugins that are not installed on that
system will cause these plugins to be replaced by unknown tasks. Installing the additional
plugins and re-opening the configuration will restore the plugins and their properties.
l Opening a configuration that contains plugins only available in PlanetPress Workflow
(such as Create PDF) from a PlanetPress Watch installation will cause these plugins to
be replaced by unknown tasks. Opening the configuration in a PlanetPress Production or
Office installation up upgrading PlanetPress Watch to PlanetPress Production or Office
and re-opening the configuration will restore the plugins and their properties.
Masks
A file name that includes characters meant to be replaced at run-time is referred to as a mask.
Masks can be used in many edit boxes and can be used, for instance, to select multiple files.
File selection is typically limited by fixed characters or special wildcard characters. If you create
a Folder Capture input task and enter *.* in the Masks box, the input task will grab all the files
that are put in the source folder. If you enter *.mdb instead, the task will only take the those
database files that have an mdb extension. You can use any standard wildcard character in
PlanetPress Workflow.
Technical
Masks are case-insensitive, since the Windows platform does not support case-sensitive
file names (yes, you can have mixed case in a file name but that's visual fluff - the
OSitself does not care).
Mask Format
Here are the different mask formats available:
l Literal characters:Any alphanumerical character is considered literal character and
must appear. For example, a mask of "trigger.txt"will not capture any other files than that
name.
Page 256