Expand my Community achievements bar.

SOLVED

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 Accepted Solution

Avatar

Correct answer by
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

View solution in original post

3 Replies

Avatar

Correct answer by
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