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