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

Workflow Launcher Configuration Exclude List

Avatar

Level 10

All,

Is there a way that i could have a custom DAM update asset workflow being triggered for assets under specific path say /content/dam/test, and avoid the OOTB dam update asset workflow being triggered. I tried the exclude list based on the post http://forums.adobe.com/thread/1231883, but in vain. I still see the dam update asset workflow being triggered.

I  disabled the OOTB DAM Update asset workflow, and i found my custom update asset gets triggered. Need some suggestions

1 Solução aceita

Avatar

Resposta correta de
Employee

Hi,

I think the forum topic you linked to is a bit misleading...  you do not use the exclude list but instead provide the actual glob for the dam update asset workflow with the exclude in the expression.  So you'd probably want a glob something like this:

/content/dam/(?!test/).*

Hope that works,

Will

Ver solução na publicação original

3 Respostas

Avatar

Resposta correta de
Employee

Hi,

I think the forum topic you linked to is a bit misleading...  you do not use the exclude list but instead provide the actual glob for the dam update asset workflow with the exclude in the expression.  So you'd probably want a glob something like this:

/content/dam/(?!test/).*

Hope that works,

Will

Avatar

Level 10

Anyone?

Avatar

Level 10

Anyone?