2018.2

Table Of Contents
Note
Local variables in the process are not sent to error processes, even if the error process has a variable
of the same name.
Error handling variables
The error handling variables are read only and are filled by the On Error mechanism.
They can be accessed anywhere, but they only appear in the contextual menu of a task
property field when the current process is an error-handling process (that starts with the Error
Bin Input task). See also: "Variable task properties" on page577.
Variable Name
%{error.process} Name of the process where the error was triggered.
%{error.tasktype} The type of task that triggered the error
%{error.taskname} The name of the task that triggered the error
%{error.taskindex} The position of the task in the process
%{error.errormsg} The error message, as entered in the OnError tab of the task.
This is the same message as appears in PReS Workflow Log file.
%{error.errorid} The error ID, as entered in the OnError tab of the task.
This is the same ID that appears in the Windows Event Viewer.
Accessing the Logs
If your process is running live in the PReS 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:
Page 95