Hi @Anudeep_Garnepudi , I execute this code on a service in a step on own workflow. I create an asset, a pdf file wich has previous metadata. Then, I need to modify its dc:description with a new value. My code is simple: Asset assetFitxer = assetManager.createAsset(pathDAM, inStream, mimeType, true)...