Is there any way to change the naming rule of thread name
We're using Mashup to embedded PEGA applications into our web portal. And the Data-Portal.ShowDesktop is used.
We have specified the data-pega-threadname at the Mashup code. But we still found the the thread name changed offten.
Lots of actions on the portal are done via doUIAction, it seems everytime the doUIAction will create new thread.
And the new thread will be named with a new name.
To re-use components as much as possible, we need to customize the thread name as per our rules.
Is there anyway we can refact the naming rule of thread name?
Thanks.