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