Question
HCL Netherlands
NL
Last activity: 16 Sep 2020 20:30 EDT
SLA Agent processing queueing items in Same Thread
We are updating work objects from the SLA Escalation Activity.
In the SLA Activity, we are creating a standalone PageList getting (which we are not removing) and updating the workobjects from this standalone pagelist values.
Standlone Pagelist means not under pyWorkPage, it is one of the page under UserPages in Clipboard.
Problem we faced is this standlone pagelist is not removed and same pagelist exists for every queueitem.
For Example, Queue Item 1 - PagelistA is created with 1 page in it PagelistA(1).Property1
Queu Item 2- PegalistA created in previous queue item 1 getting carried over to QueueItem 2. So Pagelist A is getting appended with another page PagelistA(1).Property1, PagelistA(2).Property1 like this instead of having only one page which we set in this QueueItem2
P.S: We know as a best practice we always have to remove standalone pages/unused pages after the processing is done.
We are currently getting this issue in Pega 8.4.2 but not happening in version 7.3.0
Question: Will Standard Agent processes queue items in a thread and reuse same thread for other queue items also?
***Edited by Moderator: Pallavi to change content type from Discussion to Question***