CQ Workflow is not triggering for event type removed NT:File(delete dam asset) and event type modified NT:File(renaming DAM asset)
Requirement:
Whenever the DAM asset is uploaded into DAM, the asset will be copied into etc folder. This is applicable for all operation(Create/delete/update/rename). I have created single step worflow with process step which extends abstractassetprocess.
For Create and update operation, I have configured the workflow into laucher with eventtype set as created/modified - Working fine when asset is created, modified but it is not working for renaming asset
For delete operation,I have configured the workflow into laucher with eventtype set as removed. Workflow is not trigerred whenever asset is deleted. The error logs shows that Asset payload is null .
Please provide your valuable inputs how to capture the delete/rename operation. I am using DAM Asset manager API...Thanks in advance !!