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.
해결되었습니다! 솔루션으로 이동.
토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.
조회 수
답글
좋아요 수
@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.
@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.
Hi @carbfrze_crown
You can activate live copy on blueprint activation using rollout config
and then you can use Request for Activation OOTB workflow to activate blueprint.