Expand my Community achievements bar.

SOLVED

AEMaaCS: workflow step that changes contents of pages

Avatar

Level 9

as an example:

 

I have a workflow step that will find and replace instances of the word "quick" and replace it with the word "expediate". This will do the find/replace on author and if the page has been published, it will replicate it to the publisher.

 

I'm using

 

com.day.cq.replication.Replicator

to do the replication. Since I'm moving to AEMaaCS, do I also need to use another class to get it work? thanks

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

No, that API is still working as it is on AEM 6.5

View solution in original post

3 Replies

Avatar

Level 5

Hi @jayv25585659 

Has this proven in your project that is not working or are you asking theoretically a priori ?

 

Because from my experience I have used the same.

com.day.cq.replication.Replicator

This is an interface, which means your runtime will provide the implementation. As long as interface is the same, the principle of Java contract ensures the functionality would stay the same when you migrate to AEMaaCS.

Avatar

Correct answer by
Employee Advisor

No, that API is still working as it is on AEM 6.5