2018.2

Table Of Contents
appears on a customer's online order. You could also zip the order up and send it to an
administrator, while simultaneously advising the person that sent the job that it failed.
You can have as many error processes as you can normal processes - that is, you are limited to
512 processes, subprocesses, startup processes and error processes combined.
Information available in an Error process
The following information is available from within your Error process when it is triggered.
l Job Information variables (%1 to %9).
l The data file as it was before starting the task.
l Global variables (which are, of course, available anywhere).
l A series of variables containing information about the error, the task that triggered it and
the process that contained it. See "Standard variables" on page559.
Note
Local variables in the process are not sent to error processes, even if the error process has a variable
of the same name.
Accessing the Logs
If your process is running live in the PlanetPress Workflow Service, you have two ways of
seeing what is happening now or what has happened in the past.
Viewing running processes
To view what processes are running and processing data as it happens:
1.
In the PlanetPress Workflow Ribbon, click on the Tools tab, then select Service Console
in the Services group. The PlanetPress Workflow Service Console opens.
2. Click on the service you want to check, including:
l PlanetPress Workflow
l LPD Server
l Telnet Capture
Page 90