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
Solved! Go to Solution.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Anyone?
Views
Replies
Total Likes
Anyone?
Views
Replies
Total Likes
Views
Likes
Replies