So I'm trying to import some content from an Excel spreadsheet and save
this to AEM.After saving it to author, the data gets replicated to the
publisher.As part of the pre-import processes, I am deleting the
destination folder and then recreate it.The issue is that while the
destination folder gets deleted in author, it doesn't get deleted in
publisher.Any ideas what I could be doing wrong? Thanks @Override public
void execute(WorkItem workItem, WorkflowSession workflowSession,
MetaDataMap metaD...