2022.1

Table Of Contents
process.
l
Log level group
l
Startup and shutdown: Select to only track when the PReS Workflow service is
started and stopped.
l
Task failure: Select to only track when tasks in the processes running in a PReS
Workflow configuration fail.
l
Task success and failure with details: Select to track when the tasks in processes
running in PReS Workflow succeed and fail, with details. Details can include why
tasks fail and how successful tasks are executed.
l
All events with details: Select to log everything that happens in PReS Workflow.
This includes when it starts and stops, the success and failure of tasks, and details
on the success and failure of tasks.
l
Add time stamp to all processes events: Adds a time stamp to each log entry for a
process event.
l
Delete log files after: Select how many days log files are kept before being deleted.
l
Maximum numbers of replicated processes: Set the maximum number of times a
process may be replicated.
Note
The index number of a task is logged immediately after the time stamp, between square
brackets. For example:
INFO : 00:00:21.534 [0015] Plugin Create File completed successfully - 12:00:21 AM
(elapsed time: 00:00:00:001)
The index number corresponds to the row number of the task in the Process Area (see
"The Process area" on page893).
Tip
The proper RegEx to parse a log entry should be:
^([A-Z]{4}[A-Z\s]):\s(\d\d:\d\d:\d\d\.\d{3})\s\[(\d{4})\]\s(.+)
Page 797