Two scenarios can apply1) In one of our use case, we implemented a workflow that will trigger when an asset is modified to Invalidate CDN cachepublic void execute(final WorkItem workItem, final WorkflowSession workflowSession, final MetaDataMap arg)throws WorkflowException {try {Asset asset = getAss...