workflow.setContentlet(contentlet);
wapi.fireWorkflowPostCheckin(workflow);
}
// DOTCMS-7290
DotCacheAdministrator cache = CacheLocator.getCacheAdministrator();
Identifier contIdent = APILocator.getIdentifierAPI().find(contentlet);
Host host = APILocator.getHostAPI().find(contIdent.getHostId(), user, respectFrontendRoles);
cache.remove(LiveCache.getPrimaryGroup() + host.getIdentifier() + ":" + contIdent.getParentPath()+contIdent.getAssetName(),
LiveCache.getPrimaryGroup() + "_" + host.getIdentifier());
String velocityResourcePath = "working/" + contentlet.getIdentifier() + "_" + contentlet.getLanguageId() + "." + Config.getStringProperty("VELOCITY_CONTENT_EXTENSION","content");
if(CacheLocator.getVeloctyResourceCache().isMiss(velocityResourcePath))