Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

Request for Guidance on Workflow Trigger Condition for cq:tags Updates

Avatar

Level 2

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

veerareddyc1015_0-1727726083080.png

 

5 Replies

Avatar

Community Advisor

Hi, 

Something like this should work, you don't need extra conditions, due to the Event Type is enough to catch the property change:

EstebanBustamante_0-1727733926254.png


Hope this helps



Esteban Bustamante

Thanks Esteban Bustamante for the quick reply.
Launcher is not getting triggered once we add the above details.

Avatar

Level 5

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

khamat_bn_0-1727760836812.png


Let me know if you have any questions. 


~Bhausaheb

Avatar

Level 2

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?

Avatar

Community Advisor

Hi @veerareddyc1015 
I tried with below but it only launch one workflow at a time

arunpatidar_0-1727771975605.png

 



Arun Patidar