Expand my Community achievements bar.

SOLVED

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

Avatar

Level 1

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.

1 Accepted Solution

Avatar

Correct answer by
Level 10

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 A...

View solution in original post

3 Replies

Avatar

Correct answer by
Level 10

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 A...

Avatar

Level 1

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 ?

Avatar

Level 10

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