I'm creating an event handler which will run a workflow when an asset is created/uploaded in AEM. I implemented the below filter but multiple events are getting triggered for multiple resource types (original asset and renditions). Is there a way to add a resource type filter so that it is only triggered when resource type is "dam:Asset"?
Solved! Go to Solution.
Views
Replies
Total Likes
@ReddyIshanvi Based on the use case, I think the best approach would be using the Workflow Launchers, which triggers the workflow when an asset is uploaded, where you can configure the NodeType, path globbing, and exclude properties and conditions. Also, you have the option to deactivate through UI.
Please check the OOTB workflow launchers here - http://localhost:4502/mnt/overlay/cq/workflow/admin/console/content/launchers.html
@ReddyIshanvi Based on the use case, I think the best approach would be using the Workflow Launchers, which triggers the workflow when an asset is uploaded, where you can configure the NodeType, path globbing, and exclude properties and conditions. Also, you have the option to deactivate through UI.
Please check the OOTB workflow launchers here - http://localhost:4502/mnt/overlay/cq/workflow/admin/console/content/launchers.html
As per your requirements, recommended way is to use workflow Launchers rather Event Handler.
Views
Likes
Replies
Views
Likes
Replies