Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit is happening now. Discover what's next in customer experience.
SOLVED

Controlling a workflow

Avatar

Level 2

Hi,
I want to control the OOTB DAM Update Asset workflow in such a way that it should get triggered(on updation/creation) for all the nodes under DAM except for those updated/created under /content/dam/abc

How do I achieve this?

I read here that we can use the 'Condition' field of the workflow launcher to impose a condition on which the workflow should be triggered. However, we can only use the node's properties in the condition. Is there any way I can proceed?

Thanks in advance

1 Accepted Solution

Avatar

Correct answer by
Level 2

Just stumbled upon this by Sham HC smiley

 

I had to give the following value to the 'Path' field of the workflow launcher.
/content/dam(?!/abc)(/.*/)renditions/original

 

It works like a charm.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 2

Just stumbled upon this by Sham HC smiley

 

I had to give the following value to the 'Path' field of the workflow launcher.
/content/dam(?!/abc)(/.*/)renditions/original

 

It works like a charm.