내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
해결됨

Cloud Workflow synchronize from blueprint to live copy

Avatar

Level 2

Hello,

 Working on vetting an AEM cloud workflow. We have a blueprint -> Live Copy set up due to having long approval times for content on our site. 

We also have a Preview and Publish instance configured. 

I currently have a Publish to Preview workflow that publishing content / dam updates directly to the Preview instance. 

What I would like to know is if I can add steps to that workflow that once the content is approved that I can trigger the next steps to Synchronize / Roll-out the changes to that pages Live Copy? And then Publish to the Publish(Live) destination?

 

Example of our set up:
staging-country/page1.html 
Live Copy -> live-country/page1.html

 

Content team will edit the page staging-country/page1.html and initiate the workflow that publishes the changes to the Preview destination for approvals.

Once approved we manually take that page and use the Synchronize function to push the changes to the Live Copy live-country/page1.html and then Publish the changes to the Publish Destination.

 

Thanks in advance.

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

@carbfrze_crown You can create a event listener that listens to Activation actions on Preview agent.

Inside this even listener , you can trigger an explicit content rollout using the RolloutManager API - https://developer.adobe.com/experience-manager/reference-materials/6-5/javadoc/com/day/cq/wcm/msm/ap...

If there are any approval steps in between all this, then you might want to use a workflow with relevant process and participant steps to realize the author user flow that you are looking for.

 

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

@carbfrze_crown You can create a event listener that listens to Activation actions on Preview agent.

Inside this even listener , you can trigger an explicit content rollout using the RolloutManager API - https://developer.adobe.com/experience-manager/reference-materials/6-5/javadoc/com/day/cq/wcm/msm/ap...

If there are any approval steps in between all this, then you might want to use a workflow with relevant process and participant steps to realize the author user flow that you are looking for.

 

Avatar

Community Advisor

Hi @carbfrze_crown 
You can activate live copy on blueprint activation using rollout config

https://experienceleague.adobe.com/en/docs/experience-manager-65/content/sites/administering/introdu...

 

and then you can use Request for Activation OOTB workflow to activate blueprint.

 

 

 

Arun Patidar

AEM LinksLinkedIn