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