Hello,Is there a way to unlock a page using workflow ?Steps followed:1)
Content editor will lock the page manually.2) Start the workflow and
before ending the workflow, there is unlock process step to unlock the
page.3) Page unlock would be done by system user.4) I see error at
page.unlock() . The error is com.day.cq.wcm.api.WCMException: Unable to
unlock page. msg:::Unable to unlock pageTried giving permissions like
jcr:lockmanagement, jcr:all to that specific page from crx but no
use.Please su...