How can the SLA agent release the lock on a queued item once it has finished processing?
I have configured assignment with wait shape, Case will wait in the wait shape for a second, after that case will get resumed by SLA agent, when I was tracing the SLA agent with locking even type enabled in the tracer tool, I did not see any step in which lock on the queued item getting released, Team could you tell me in the backend how SLA agent releasing the lock once it done with processing of queued item
***Edited by Moderator Rupashree S. to add Capability tags***
@NathiyaS
I'm not exactly sure about your question but after the SLA has finished processing and a commit has happened, the lock is released from the object. If you do not find a lock entry of the object in the pr_sys_locks table means that the lock is released. You can go through this link for better understanding of Pega's locking mechanism.