How to refresh a harness from an activity
Hi,
I need to do a refresh harness from an activity which is callled from a "Run activity" action configured in a link control. For instance: The user clicks on a link and the following action are triggered :
1. Local action is fired which opens up in an ootb modal dialog.
2. Run activity "TestA".
Activity TestA does a FinishAssignment call and change stage to a previous case stage. Everything in clipboard appears to be ok, the NewAssignPage corresponds with the previous assignment and pyWorkPage.pxFlows reference the correct previous flow where the process needs to go but the problem is that the harness does not get refreshed and the previous screen is not shown.
I have tried to call DisplayHarness, ReloadHHarness and Show-Harness methods from the activity after the FinishAssignment call step but i haven't suceeded.
Anyone has any idea how to achieve this.
Regards,
Israel
***Updated by moderator: Marissa to update categories***