Hi @kaniar, To implement the custom deactivation flow write the service/workflow step that accept only the parent path or filter the child pages. Use the below code the deactivate the content. replicator.replicate(session, ReplicationActionType.DEACTIVATE, "/content/site/page", options); make sure o...