Question on launchers when rename/move is performed | Community
Skip to main content
vijayk87714775
Level 4
August 7, 2019
Solved

Question on launchers when rename/move is performed

  • August 7, 2019
  • 2 replies
  • 2269 views

Hi all, In our project we have a launcher for the DAM assets that gets triggered for the events “created” and we have currently disabled launchers for all modified events. I was trying to move/rename an asset, this action is triggering the launcher and same workflow is getting executed. I have tried disabling the launcher for the created event, then I don’t see the launcher is getting triggered when I rename/move an asset. But we don’t want to disable it, is there any way to avoid triggering the launcher  for rename/move action. Thanks in advance.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

you can call workflow on modified or copy event as well

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

2 replies

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
August 8, 2019
Arun Patidar
vijayk87714775
Level 4
August 8, 2019

Thanks Arun great info.