Extracting the Page resources(Sling resource type, name, template, title, description)
I am creating the workflow to update the previously used components (Aem 6.0), to latest version so I want to write workflow to update its sling resource type, description for 15+ pages.
I am confused how to get the resource name, template name, title and description of new and old component update it accordingly used Java workflows.
If possible help me in writing the workflow to extract Sling resource type, name, template, title and description of new component that would also help a lot .
Thanks in advance