コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.
解決済み

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 受け入れられたソリューション

Avatar

正解者
Employee Advisor

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

元の投稿で解決策を見る

3 返信

Avatar

Community Advisor

Avatar

Community Advisor

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

正解者
Employee Advisor

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