...
The autostart conditions are only checked for automatically started processes. The autostart conditions are used to check the data changes that trigger the process. This inevitably means that a data change delta must be taken into account in the autostart conditions. This delta can be determined either completely using the autostart conditions or in combination with the start preconditions.
In order for such a delta to be determined, the objects provide different types of data (current data [including new unsaved data], current stored data from the database, delta between these data). This special data is described in the chapter Container.
Example
A process should be started when the laboratory is set to 100.
A simple variant is to query the source and target laboratories. The system checks whether the new laboratory is 100 and whether the old laboratory was not 100.
...