How to get all the changes in Workflow custom process?
Scenario:
Authors adding a new image or modifying an existing image in a page and create workflow for publishing the page. I use a Custom Workflow process step to publish the content and also construct & migrate the package to another AEM instance via curl. The problem I'm facing is, in the custom workflow process class, I get only the page (which the Author is trying to publish) in the payload and not the image added/modified.
Is there a way to get the image as well so that I can add the same in filter and migrate the package. Please help.
Thanks,
Rakesh