2022.2

Table Of Contents
Example
As an example, consider the following conditional expression, where A, B, C and D are conditions of
the form <EXPRESSION 1><OPERATOR><EXPRESSION 2>:
A and (B or C) and D
Such a conditional expression can be expressed by means of sub conditions in the following way:
1. Define condition A.
2. Select condition A and choose Add Condition. Specify the logical operator AND.
3. Define condition B.
4. Select condition B and choose Add Sub Condition. This will indent condition B and allow to define
the condition C. Specify the logical operator OR.
5. Define condition C.
6. Right click on the first AND operator (the one right after condition A) and choose Add Condition.
Specify the logical operator AND. This will create a condition at the same level as A.
7. Define condition D.
The resulting conditional expression will be indented like this:
A
AND
B
OR
C
AND
D
The PReS Workflow Service Console
The PReS Workflow Service Console is a centralized service console and log viewer in one. You can
use it to individually start and stop PReS Workflow services, as well as to view current and past log files
for each service.
Controlling Services
The left part of the PReS Workflow Service Console displays a list of the PReS Workflow services and
is used to control these services.
To start a stopped service:
Page 727