Expandir minha barra de realizações na Comunidade.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.

SOLUCIONADO

How to disable DAM Update Asset workflow for a specific path

Avatar

Level 3

Hi All,

How can I disable DAM Update Asset workflow for a specific path?

My requirement is, whenever I upload or modify any files under my asset path (/content/dam/myproject/) the default DAM Update Asset workflow should not be launched automatically.

Regards

Denny

1 Solução aceita

Avatar

Resposta correta de
Level 7

Hi Denny,

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

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

1403064_pastedImage_2.png

/Brijesh Yadav

Ver solução na publicação original

5 Respostas

Avatar

Resposta correta de
Level 7

Hi Denny,

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

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

1403064_pastedImage_2.png

/Brijesh Yadav

Avatar

Level 10

Thank you for the great answer!

Avatar

Level 3

Thank you. It works..

Avatar

Level 2

How to disable for 2 path ?

for example I have to disable myproject as well as mytest folder.?

Avatar

Level 7

Hi @azhare3977562

You can add as many as path you want ,
Regular expression for your question would be like below
/content/dam(?!/myproject )(?!/mytest ).*/renditions/original

/Brijesh Yadav