Rollout config with property cq:trigger not working as expected | Community
Skip to main content
subrato_kha
Level 4
July 16, 2019
Solved

Rollout config with property cq:trigger not working as expected

  • July 16, 2019
  • 4 replies
  • 3779 views

Hi All,

I have a requirement where we want to rollout the changes and activate the live-copes if we modify and activate the page on blue print.

For this to achieve I have followed the adobe documentation. Extending the Multi Site Manager . where I have configured on page properties our custom rollout config which is triggered on activation and added one more OOB activate rollout config. But it doesnt seems to be working as expected.

Using both the Rollout on blueprint is causing the live-copy pages to activate before changes are rolledout on the live-copy from the blueprint. So the changes on blue print is not getting available on publish instance. But it is available on the author instance of live-copy site.

Is there a way we can controll the execution of these action so that activation of live copy should only happen after the content is updated on the rollout config.

note: the custom rollout config which i am using is just a copy of the default rollout config with cq:trigger=publish property

custom rollout config :

blueprint rollout config:

Please add your views kautuksahni

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by subrato_kha

removing this property will not trigger rollout

4 replies

Adobe Employee
July 17, 2019

Hi Subrato,

What happens when you remove this property ? Did the functionality work for you.

Also did you see anything in debug logs for API : com.day.cq.wcm.msm , to check the sequence what is happening.

subrato_kha
subrato_khaAuthorAccepted solution
Level 4
July 17, 2019

removing this property will not trigger rollout

February 9, 2021
Hi Subrato
February 9, 2021

Hi subrato ,

I have same requirements and facing similar issue.

 

did you find any solution? 
can you please share.

 

 

July 22, 2022

Hi,

We did a custom approach of Event handler where we capture page modification. And depending on the service user modifying the page we activate the page else we dont.