Here i have requirement that change stage from second to first , with local action something like ''Re-assign" for this i have a location action in Flow action type (local action), In this flow action action-Tab, Post Processing configured activity Method is ‘pxChangeStage’ , in ChangetoStage given Stage name , clicked on CleanupProcess check box .
when i clicking on submit its throwing error “pyCreateStage (stage-name)” Ex : “pyCreateStage Submission”
Can anyone suggest me how can i complete this or any method to resolve this
@mudavath You could leave the create stage empty, the case is then persisted and you will have the possibility to return to the first stage after the create stage where properties are initialized. Also note that you can use / customize pyDefault that is used within the Create stage.