How to view event history
Event history helps you understand what happened, for which object, and how the system responded.
To view the event history:
1. Go to Algorithms in the top menu and open the History tab

2. Select a date or date range and click Search — a list of events will appear below
If you need to save the history to files, use the buttons:
If you want to display only unprocessed events, enable the Unprocessed checkbox.
3. Click the arrow
next to an event to view its details.

Each event shows:
-
Event date and time
-
Object the event occurred for
-
Group the event belongs to
-
Event text
-
Operator — the user who processed or confirmed the event
-
Processing date — when the operator actually processed the event
Algorithm diagram
On the right side of the event list, you will see the diagram of the algorithm that was executed for the selected event.

The diagram shows:
-
Algorithm blocks — the steps performed by the system
-
Algorithm branches — possible scenario paths
The diagram helps you understand which steps the system executed and which path the algorithm followed while processing the event.
Example of an algorithm diagram
This algorithm includes the following blocks:

-
Start — the beginning of the algorithm, the moment the event occurs
-
Condition — a condition check (for example: “speed > 90 km/h for more than 10 seconds”)
From the condition, two branches are possible:
Yes — the condition is met
No — the condition is not met
-
Text / Command blocks — system actions
-
End — completion of event processingThe blue line shows the path the algorithm actually followed (for example: Start → Condition → Yes → Text → End).The gray lines show branches that were not triggered for this event.
