Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

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

Avatar

Level 2

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

1 Accepted Solution

Avatar

Correct answer by
Employee

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.

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

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.