SLA not dequeuing after deleting assignment using pxDeleteAssignmentsForWork
In our application , we have to delete all assignments that the work object has, whenever we get a service call from mainframe
For each service call we delete assignments & clear pxflows and then we have orchestration in pega frame work which will run on work object and creates assignment
We are using pxDeleteAssignmentsForWork to delete all assignments on work, This is deleting the assignments and not de-queuing items queued for SLA on deleted assignments.
Did any one face this issue ,Any known hot-fix for this ?
(or)
I should build own logic to De-queue items like pxAdjustSLA activity ?