Hi
We have a requirement to create a live copy of the page as soon as a new page is created in source location i.e. if a page is created at "/content/site1/en/page1", then a live copy should be created at "/content/site2/en/page1". To achieve this, we plan to do following:
1) create a workflow with Process Step having code to live copy at target page
2) associate the workflow with workflow launcher for create action
However, for #1, I dont see any API to create a live copy through CQ Java API. I am able to achieve a normal copy through aforesaid approach as copy method exists in PageManager. Can you help me point out the right API in CQ to create a live copy? I am using CQ 5.5.
Thanks