Skip to main content
Level 2
October 16, 2015
Solved

How to create a live copy in a workflow

  • October 16, 2015
  • 4 replies
  • 1776 views

I am looking for a way to create a live copy out of a workflow using the server API.
There are methods to get current live copies, but I don't see anywhere
one for creating a new live copy.
Is there anyway to programmatically create a live copy?
One example how to do it?

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 Scott_Brodersen

I've never used it, but the LiveCommand class has a CreateLiveCopy method: http://dev.day.com/docs/en/cq/current/javadoc/com/day/cq/wcm/msm/common/LiveCommand.html

scott

edit: fixed the link

4 replies

Level 4
October 16, 2015

Hi Scott.

Please, could you provide the equivalent class or method for AEM 6 Java API? I can't find it!

Thank you very much.

Regards,

Scott_Brodersen
Scott_BrodersenAccepted solution
Level 8
October 16, 2015

I've never used it, but the LiveCommand class has a CreateLiveCopy method: http://dev.day.com/docs/en/cq/current/javadoc/com/day/cq/wcm/msm/common/LiveCommand.html

scott

edit: fixed the link

August 17, 2017

Hi Scott,

Please, could you provide the equivalent class or method for AEM6.3 Java API ?

  • com.day.cq.wcm.msm.common.LiveCommand seems to be not available anymore with AEM.

Thanks

karttikm5563632
May 9, 2019

This question is still unanswered. kautuk sahnibslokesh​, do we have any alternative API for LIveCommand for AEM 6.3 and above?