Solved
Replication through code in AEM as cloud service
I am trying to achieve Replication through code in AEM as cloud service
Any pointers / examples will help
I am trying to achieve Replication through code in AEM as cloud service
Any pointers / examples will help
Replication API can be used to programatically activate pages. Get the reference of the API
@Reference
Replicator replicator; replicator.replicate(session, ReplicationActionType.ACTIVATE, pagePath);
Refer this
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.