Navigate Back or Close the window/local action and go back to other Main Flow
Found an interesting solution to navigate back in different screen flows or navigate back from local action window on click of close or cancel button we need to add below 2 Actions on Click event 1. Run Script set function name as "pega.ui.HarnessActions.changeStage" add parameter and set value as false dont give name in parameter
2. Refresh Current Harness Target Harness using this we can navigate back successfully.