AEM 6.2
Hello,
I am working on a task where i have to create set of subfolders with some default properties programmatically when user creates a brand folder under given path(/content/brands).
For this i have created a workflow launcher which will create subfolders and set properties to those folders. But what i have observed is that when i am creating folders under the brand folder programmatically . Launcher is triggering another event/workflow.
Is there a way to configure path in launcher to only work for brand folders under brands(/content/brands) ? not for the subfolder created under it (/content/brands/brand1/sub-folder1) , (/content/brands/brand1/sub-folder2)?
Thanks!!