Revert a workobject status to previous state

I have a scenario in which i want a case instance which has gone to resolution stage to go back to previous stage, so that i can make required changes and resolve it again.

@NipunS04

Hi

You can use Pega OOTB action “change stage” by adding it in your case type actions. or you can call “pxChangeStage” activity explicitly and pass the stage name as parameter.