Replication Issue - Activate Node Programmatically
Hi All,
We are trying to replicate the pages programmatically through:
replicator.replicate(session,ReplicationActionTypes.Activate,path);
There seems to be some issue with replication.
The changes of the content which are getting published are not getting picked instead of that old content (Nodes present under jcr:content) is getting picked and replicated due to which the right content is not getting displayed on live site.
On author the pages are updated with the latest content, but the same content is not flowing to publishers while replicating programmatically.
When we are replicating the page through "quick Publish" option provided the latest content is replicated to the publishers.
Can anyone suggest what can be the possible issue or workaround.
Thanks,