In AEM Guides is there any pre processing workflow like post processing workflow | Community
Skip to main content
djohn98390536
Level 4
March 20, 2025

In AEM Guides is there any pre processing workflow like post processing workflow

  • March 20, 2025
  • 2 replies
  • 382 views

I have an requirement in AEM guides cloud when an asset uploads need to perform some update activity on metadata .
Earlier we hv Dam Update asset Workflow and there we can add any custom workflow model to achieve this goal .
Here in AEM cloud as this workflow not available hence without adding any custom workflow is there any OOTB preprocessing workflow to achieve this goal.

2 replies

djohn98390536
Level 4
March 24, 2025

This issue we have resolved by creating a custom workflow and it will trigger on creation/upload and update of an asset in dam by using Launcher configuration .Thanks.

PrathameshMestry
April 11, 2025

You can use an OSGi Event Listener/Sling Event Handler. You can listen for the asset creation/update event using a Sling Event Handler, and then programmatically update metadata.