コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

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

Avatar

Level 4

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 返信

Avatar

Level 4

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.

Avatar

Level 1

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.