How to get the list of files that are being replicated from author to publish ? | Community
Skip to main content
May 2, 2019
Solved

How to get the list of files that are being replicated from author to publish ?

  • May 2, 2019
  • 3 replies
  • 2516 views

I have a requirement to create a listener which should get the list of the files that are being replicated from author to publish ? These list of files should be sent to external application, that application will consume those list of files from the publish instance.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

You can use an AEM workflow and create a custom step that reads the payload that gets the file names. This will get you started: Adobe Experience Manager Help | Replicating Adobe Experience Manager Content using the Replication API

3 replies

smacdonald2008
smacdonald2008Accepted solution
Level 10
May 2, 2019

You can use an AEM workflow and create a custom step that reads the payload that gets the file names. This will get you started: Adobe Experience Manager Help | Replicating Adobe Experience Manager Content using the Replication API

May 4, 2019

Thanks for your input. Can we write event handler to watch replication events and capture the list of files being replicated to publish from author. Whenever replication happens from author to publish, Using event handler i want to capture the file paths in text file and share it with Angular application, so that Angular app will a make a call to publish instance to get the actual files ?

smacdonald2008
Level 10
May 6, 2019

All that you want to do in Event Handler can be coded into a workflow.