Need to automatically create a version of a page on roll out. | Community
Skip to main content
Alex_Goulet
New Participant
May 10, 2018
Solved

Need to automatically create a version of a page on roll out.

  • May 10, 2018
  • 1 reply
  • 733 views

Hi,

I have been tasked with automatically creating a version of a page on roll out. Currently, this is done automatically on activate, but I have been asked to also do this on roll out. What is my best approach:

  • Create a listener on JCR node create event or cq:lastRolledOut property change
  • Capture it on a workflow event
  • Create a Custom LiveAction and CQ Rollout Configuration

Could someone please point me in the right direction?

.

Thank you

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 Kunwarsaluja

Creating a Custom LiveAction and setting a custom rollout config would makes sense as you can control for the livecopies you want/don't want to do this operation and have a bit of flexibility to mix/match things.

1 reply

KunwarsalujaAccepted solution
Employee
May 10, 2018

Creating a Custom LiveAction and setting a custom rollout config would makes sense as you can control for the livecopies you want/don't want to do this operation and have a bit of flexibility to mix/match things.