What is the logic behind data updating from ready to executing in Queueentry table
When the object is sent for publishing and when its in ready queue.
In DB I have retrieved the results using the entrynumber from WVS Job Monitor.
We know that when job changes from ready to executing state, the entry number changes.
The problem comes here, When I compare the results for ready and executing entry, The entrynumber and Queueentry IDA2A2 is different.
But when checked UpdateCount the value got incremented to 2 from 1 when job state is changed to executing.
So then In OOTB, they must be updating the same ready entry value to executing, thats where the update count increments.
I need to understand how in OOTB when the job changes to executing, they were able to update the existing result?
I didnt find any common value/column which has same value when job changes from ready to executing.

