Refresh Users work list is not working with push notifications

Refresh Users work list is not working with push notifications.

  • I have created a notification channel on Assign- & properties to publish - .pxAssignedOperatorID

  • Published this notification channel on UpdateAssignedTo activity using Publish-Notifications method

  • Subscribed this channel on Dynamic Layout which is having the work list data page configured on table

Enabled Debug logs for server push and seeing the entries for each transfer.

Issue - User work list is not refreshing in first time, it’s refreshing for sub sequent call with old record.

If i use the 2 On load action sets with same Subscribe configuration then refresh happening correctly.

@nagarjunab5127

We have added a wait method with 500 mill seconds before the subsequent call published as web sockets calls is too fast and triggering before our PEGA DB transactions to populate the data pages/declare triggers.

With these changes, issue is resolved.

Hello @nagarjunab5127,

can u explain more detail with screenshot.

i have an issue (Application : Pega Chat), When a chat request comes in, the message does not appear automatically, the page must be manually refreshed for it to show. However, after that, if another chat request comes in, the notification appears immediately. btw, i use Publish-Notification on activity.

thank you.