Team, I need to make a service call for every workflow approve and reject actions. Is there any way to capture Approve and Reject actions of workflow. OR else JS is also fine.
@ManviSharma1999 , thanks for the reply I have tried above one but I don't see any method version.isLive() available in the class javax.jcr.version.Version please let me know to which package Version class you are referring to?
Hi All, I am new to AEM I need to add a custom link or button in workflow action bar in inbox. Can some please help how to add/to add, Also please confirm whether we can use workflow session variable to be passed in this custom link ?
Hi all,I am new to AEM and trying to fetch last published version of the page. Got below code online but versionHistory.getVersions(true).next() thowing error as no such method exists in the class. // Get the Page Manager servicePageManager pageManager = resourceResolver.adaptTo(PageManager.class)...