Hi Everyone, I wanted to deny the .jcr:content.-1.json & /jcr:content.-1.json in the dispatcher . I tried the several ways(deny selector (.-1.json ) and deny GET method including the below URLs) but it is still allowing .-1.json . Below URLs for the reference to deny the dispatcher URL. /content/dam...
@sravs .content.xml is the same as OOTB we just updated the workflow name update_asset f to update_asset_rasterizer and then later changed the title and description as per the below. Now we are directly updating the rasterizer steps in to OOTB DAM Update Asset workflow under /conf and /var path i...
Ji @senthil86 , We opened a support ticket with Adobe . This issue is expected and they said to wait for the hot fix release from adobe for this issue. I think you can check the same they might have released the hot fix package for this. Thanks
Hi Team, i've copied OOTB "DAM Update Asset" and "DAM Sub asset" workflow Models in to my codebase under custom path and implemented some pdf rasterizer custom steps. Also rename the workflow name, title and description. Once i deployed the changes through the code in my local i see the custom chan...
Hi , I have tried the PDF Rasterizer steps in my local environment suggested by Adobe. As part of this activity there are some certain steps have been included as per PDF Rasterizer and updated the existing Update Asset workflow and preventing the thumbnail and web rendition generation for PDF by...
Hi , I have tried the PDF Rasterizer steps in my local environment suggested by Adobe. As part of this activity there are some certain steps have been included as per PDF Rasterizer and updated the existing Update Asset workflow and preventing the thumbnail and web rendition generation for PDF by...
@Kamal_Kishor Thanks for the responding. I do not see any errors and warnings in the log file.FYI - I am using the workflow service user and provided the full access for the time being . I also checked the below method and it is returning true only that means no issues with the permissions. Let me ...
@kautuk_sahni Thanks Kautuk. Still no luck and it is not working. Need more information.It seems issues with the "Update Asset - Modification" workflow whenever i am de-activating this workflow i am able to reproduce the same issue in the lower environment but this workflow is active in prod and onc...
We are using the Page Lock/Unlocked and Assets Checkout/Checking functionality in our workflow. As per the Implementation Checkout is working as expected but Checkin in not working. Using the below method. Has anyone faced this issue. CheckoutassetCheckoutService.checkOut(asset);CheckingassetChec...