Expand my Community achievements bar.

SOLVED

Invoke custom code on asset movement in Cloud Service

Avatar

Level 1

I want to execute custom code( may be a custom workflow) whenever a DAM asset is moved from one location to another location. Post procession work flow does not work in this case. I need to do this for AEM As cloud service. Please suggest how to achieve this. Appreciate your help on this...thanks

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @Rajat5 

 

You can handle the described scenario using workflow launchers. As the assets are moved, you can execute your custom workflow. Here is the documentation to execute the custom workflow based on on launcher configuration.

 

https://experienceleague.adobe.com/docs/experience-manager-64/administering/operations/workflows-sta... 

 

https://www.argildx.us/technology/triggering-a-workflow-using-event-listeners-in-aem/ 

 

 

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @Rajat5 

 

You can handle the described scenario using workflow launchers. As the assets are moved, you can execute your custom workflow. Here is the documentation to execute the custom workflow based on on launcher configuration.

 

https://experienceleague.adobe.com/docs/experience-manager-64/administering/operations/workflows-sta... 

 

https://www.argildx.us/technology/triggering-a-workflow-using-event-listeners-in-aem/