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
Views
Replies
Total Likes
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
Hi anupampat
Is there a way to enable the ootb step back button for the custom workflow?
Views
Replies
Total Likes
The Stepback button is a manual action, while I assume your requirement is to have it automated, then do use the API.
No we want to enable the step back function for the custom workflow
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies