Change SLA of Existing Work Object
Hi,
My client is looking for a "clean" way to change a SLA of an existing work object.
e.g. WO1 got already processed with SLA1. In the next step, we want to change it to SLA2.
We also want to make sure that the previous SLA is removed from the SLA queue so that the agent won't process two SLAs.
From my research, I have found this below. Looks like this might be a possible solution. But do you know if unchecking the second parameter or internally Pega will make sure to update the existing SLA and not create a duplicate in the SLA queue?
Thanks,
Will


I missed that detail in your original post. The ChangeWorkSLA flow action calls the ActionChangeWorkSLAProps activity which leaves that second parameter unchecked. It seems like step 18 of the DefineSLATimes activity handles the cleanup of the original SLA items.