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 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
SOLVED

How to run a workflow Models manually for whole folder in AEM DAM

Avatar

Level 5

Hi Team,

 

Having a workflow which triggers when an image getting uploaded into DAM. I want to know is there a way to run it manually for whole DAM image folders without going it one image at a time.

Choosing Model -> Start workflow ->Payload(giving a whole folder instead one image at a time) -> Run

This way it is not working.

 

Thanks in advance. 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @JakeCham,

I think the easiest option will be to use Bulk Workflow Manger from ACS Commons:

4 Replies

Avatar

Correct answer by
Community Advisor

Hi @JakeCham,

I think the easiest option will be to use Bulk Workflow Manger from ACS Commons:

Avatar

Level 5

@JakeCham  - Did you try running workflow selecting DAM folder manually ?

Avatar

Level 5

Yes in Payload I have choose a sub folder inside dam. It is not working. If I choose a single image as payload then workflow is running. Anything you have experienced before ?

 

Avatar

Level 5

@JakeCham 

Trigger part can be as individual asset/directory but as directory its not supported OOTB you need to make customized solutions......  you need to handle these in code(Custom Process Step)  -get the payload path and iterate so you get the list of all child resource path under directory(payload) and now you can deal with these path..

 

Check this tread-

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/multi-resource-support-not...