Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.
SOLVED

Image rendition

Avatar

Level 7

Hi,

I have a requirement to implement image rendition based on AEM components. Each component is having different variations. So I have to run different launchers based on dam locations with different workflow models for each component. I have tried this scenario, The problem is default "DAM UPDATE ASSETS"  workflow is also running when I try to add an image for my custom location under dam. Is There any way of skipping to run dam update assets workflow for specific dam locations.if so I can only run my custom workflow for specific dam locations to get different rendition variations  ? This approach is fine ? 

1 Accepted Solution

Avatar

Correct answer by
Employee

Hi @JakeCham,

You can achieve this by modifying existing launcher of dam "Update Asset Workflow".
Open http://localhost:4502/libs/cq/workflow/content/console.html  -- go to -> Launcher Tab and search for DAM Update asset.

Edit configuration and update path filed with /content/dam(?!/myproject).*/renditions/original

 

Thanks!!

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

Hi @JakeCham,

You can achieve this by modifying existing launcher of dam "Update Asset Workflow".
Open http://localhost:4502/libs/cq/workflow/content/console.html  -- go to -> Launcher Tab and search for DAM Update asset.

Edit configuration and update path filed with /content/dam(?!/myproject).*/renditions/original

 

Thanks!!