Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
I am trying to achieve Replication through code in AEM as cloud service
Any pointers / examples will help
Solved! Go to Solution.
Hi @AMANATH_ULLAH
Replication API can be used to programatically activate pages. Get the reference of the API
@ReferenceReplicator replicator; replicator.replicate(session, ReplicationActionType.ACTIVATE, pagePath);
Refer this
https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/operations/repli...
View solution in original post
Views
Likes
Replies