Hi All, I am using Replicator API to replicate tree of a given path. We've list of path which needs to be activated. Currently we are looping through list and activating one by one path.replicator.replicate(session, ReplicationActionType.ACTIVATE, path, options); I didn't find any better example ...