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
@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!
Views
Replies
Total Likes
Views
Like
Replies
Views
Likes
Replies