Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

send custom workflow to previous step

Avatar

Level 3

Hi,

I have custom workflow for my website on rejection of one step how to send back the workflow to previous step using process step in AEM 6.5

Example : I have a OR split when the approver rejects it the workflow should go to the previous step

5 Replies

Avatar

Community Advisor

Hi @HelpTech ,

 

Please check this - https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-rollback-goto-any-p... 

 

Use Route API

 

List<Route> routes = workflowSession.getRoutes(workItem, false);


Regards,

Anupam Patra

Avatar

Level 3

Hi anupampat

Is there a way to enable the ootb step back button for the custom workflow?

 

Avatar

Community Advisor

The Stepback button is a manual action, while I assume your requirement is to have it automated, then do use the API.

Avatar

Level 3

No we want to enable the step back function for the custom workflow

 

Avatar

Administrator

@HelpTech Did you find the suggestions helpful? Please let us know if you need more information. If a response worked, kindly mark it as correct for posterity; alternatively, if you found a solution yourself, we’d appreciate it if you could share it with the community. Thank you!



Kautuk Sahni