Currently, when looking at the logs of a case, it might include logs from other cases as well, if they are processed by the same process during the same session. Ideally, when clicking at 'view log' on a queue item, I only expect to view logs related to that specific queue item, being;
any unlock / lock events on the queue item
any Update events on the queue item
any logged stages/actions in a process that occur between the locking & unlocking of a process, i.e. what happens during one step of 'process queue' process, which handles queue items
... View more