Hi Team,
I need to configure a workflow launcher to trigger whenever the cq:tags property is updated or modified on a page. Could you please provide guidance on how to set up this condition in the workflow launcher?
Thank you in Advance!
Thanks & Regards
Veera
Views
Replies
Total Likes
Hi,
Something like this should work, you don't need extra conditions, due to the Event Type is enough to catch the property change:
Hope this helps
Thanks Esteban Bustamante for the quick reply.
Launcher is not getting triggered once we add the above details.
Views
Replies
Total Likes
Hello @veerareddyc1015
This can be achieved with the condition with value as
jcr:content/@cq:tags != '' || jcr:content/@cq:tags != null
refer below screenshot. Also change the path as per requirement, if you want to add path with jcr:content then nodetype and condition will change accordingly
Let me know if you have any questions.
~Bhausaheb
Views
Replies
Total Likes
Thanks, Bhausaheb, for the quick response. However, the launcher is currently being triggered by any updates to the page properties or content changes on the page.
What I need is for the launcher to trigger only when the cq:tags in the page properties are updated. It should not trigger for changes to other properties or any content updates on the page.
Could you please assist me in refining the condition for this?
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies