Actually, my requirement is we have 2 stages both are process flow
stage 1 we have one assignment, in that assignment we call 3 local actions.
In Ui we have handle with menu Navigation Operation, Contact, Activity List. I am attached the screen shot.
stage 2 we have one assignment. Here we have a back button. when we click back button screen move to stage 1 Activity List. Here i need to move Operation Screen
In stage to I already change to specific stage, but it’s gone to last menu instead of 1st menu.
Why not do a restart stage for stage 1 if you need to start from the first assignment itself? Instead of jumping to stage 1 from stage 2 and then moving to Initial assignment, You can directly restart that stage.
Or You can set a Ticket on the Operation Assignment , so that, it will directly jump to that assignment.
In stage 2 I already put Change to a specific stage utility shape, when I click back button from stage 2 to it comes stage 1, but that menu bar set its last screen instead of 1st screen. That menu navigation is customed one.
While you are doing a change stage you can set some flags and then on the stage 1 on the very intitial step you can have a decision shape routing it to specific assignment. Not sure if it suffix your requirement. But you can do Pega OOTB restart stage as well and then have the decision shape. It should work, let me know if it fix.