How to Trigger Image Processing Profile via Workflow for Existing Assets in DAM | Community
Skip to main content
New Participant
May 12, 2025
Solved

How to Trigger Image Processing Profile via Workflow for Existing Assets in DAM

  • May 12, 2025
  • 2 replies
  • 539 views

Hi all,

We are using AEM as a Cloud Service and have configured an Image Processing Profile that calls an App Builder to perform some Photoshop action against some images to generate a specific rendition (e.g., photoshopped.psd, rendition.png) when assets are uploaded into a designated folder.

Now, we have a requirement where:

  • Assets are already available in the DAM (in any folder).

  • Authors should be able to manually run a workflow on a selected asset.

  • The workflow should:

    1. Trigger the processing profile to generate the rendition (even though the asset is not newly uploaded).

    2. Once the rendition is available, separate it as a new asset (this post-processing logic already exists).

I want to know:

  • Is there a supported way to invoke a Processing Profile from a workflow step?

  • What’s the best practice for such manual reprocessing scenarios?

Appreciate any guidance or experience around this!

 

Thanks in advance.

 

 

Regards,

Bhavani Bharanidharan

Best answer by arunpatidar

Hi @bhavanibharani 

I think you can run the post processing workflow as independent workflow as well.

https://experienceleague.adobe.com/en/docs/experience-manager-learn/assets/configuring/auto-start-workflows

 

If you can't then you need to create a custom workflow with the same preprocessing logic.

2 replies

muskaanchandwani
Employee
May 12, 2025

Hello @bhavanibharani 
- You can use the Reprocess Assets UI/action to (re)run processing profiles on existing assets.
- Attach your custom workflow to the folder for any post-processing automation.
- afaik, OOTB, you might not be able to call a processing profile from a Workflow step

Supriya_Savre
New Participant
May 22, 2025

Hi @bhavanibharani,

Did the shared solution help you out? Please let us know if you need more information. Otherwise kindly consider marking the most suitable answer as ‘correct’.

If you've discovered a solution yourself, we would appreciate it if you could share it with the community.

 

arunpatidar
arunpatidarAccepted solution
New Participant
May 12, 2025

Hi @bhavanibharani 

I think you can run the post processing workflow as independent workflow as well.

https://experienceleague.adobe.com/en/docs/experience-manager-learn/assets/configuring/auto-start-workflows

 

If you can't then you need to create a custom workflow with the same preprocessing logic.

Arun Patidar