Question
JP Morgan Chase & Company
US
Last activity: 21 Aug 2019 14:33 EDT
Display harness in a new thread
Hi,
We have a custom harness that gets displayed when user does not have cases to work on when he/she does Getnextwork. We are using UIActionDisplayHarness to display the harness. But whenever this harness is displayed, we see that the thread name of the harness is same as the dashboard. How do we display a harness in a new thread? .
***Edited by Moderator Marissa to update platform capability tags****
RedirectAndRun gets you into a new thread context, but you have to tell it what you want to do once you are there. I think you will need to call your own activity that does something like Show-Harness to define what harness to show, etc.
Thanks,
Mike