Solved
About launcher with multiple paths and single workflow
I am using cq5.6.1
I need to way that when a blog is created and activated the page will be available in publish and then it will trigger an workflow to send mails.
I thought that I could use launcher. where
nodetype: cq:page
runmode:publish.
path: /content/campaigns/xxxx
workflow:x
But the problem I see is that I need it for multiple paths.
Say paths can be :
/content/campaigns/xxx/
/content/abc/123/
In launcher it shows up just single path.So creating multiple launchers in not the solution I look at.
Since I wanted a generic way were I could configure a multiple paths and single workflow attached to it.
Please let me know how I could achieve the same.
Thanks.