Expand my Community achievements bar.

SOLVED

Asset - Scheduled Activate vs Publish?

Avatar

Level 2

What's the difference between scheduling a (de)activation of an asset and scheduling an publish/unpublish of an asset?  Why would an author want to use one option over the other since they appear to do the same thing?

 

Thanks!

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

 

Content from https://stackoverflow.com/questions/53683608/what-is-the-difference-between-activating-content-page-...

 

Certain terms related to publishing can be confused:

Publish / Unpublish These are the primary terms for the actions that make your content publicly available on your publish environment (or not).

Activate / Deactivate These terms are synonymous with publish/unpublish.

Replicate / Replication These are the technical terms describing the movement of data (e.g. page content, files, code, user comments) from one environment to another such as when publishing or reverse-replicating user comments.

Activate/Deactivate were the terminologies used in classic UI, you can see this on any version of AEM if you invoke the old screens - go to http://localhost:4502/siteadmin or use cf# to edit the page (http://localhost:4502/cf#/content/app/en.html) and go to page properties in side kick, you'll notice Activate/Deactivate.

On Touch UI, you'll notice Publish/unpublish, check page properties using the editor.html(http://localhost:4502/editor.html/content/app/en.html) or any other console in Touch UI.

They both mean the same - moving data from author environment to publish environment. Taking it a step further, it can also mean moving data from author to the dispatcher(via the publisher), with an added flexibility of clearing cache for that page during publishing/activating.

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi,

 

Content from https://stackoverflow.com/questions/53683608/what-is-the-difference-between-activating-content-page-...

 

Certain terms related to publishing can be confused:

Publish / Unpublish These are the primary terms for the actions that make your content publicly available on your publish environment (or not).

Activate / Deactivate These terms are synonymous with publish/unpublish.

Replicate / Replication These are the technical terms describing the movement of data (e.g. page content, files, code, user comments) from one environment to another such as when publishing or reverse-replicating user comments.

Activate/Deactivate were the terminologies used in classic UI, you can see this on any version of AEM if you invoke the old screens - go to http://localhost:4502/siteadmin or use cf# to edit the page (http://localhost:4502/cf#/content/app/en.html) and go to page properties in side kick, you'll notice Activate/Deactivate.

On Touch UI, you'll notice Publish/unpublish, check page properties using the editor.html(http://localhost:4502/editor.html/content/app/en.html) or any other console in Touch UI.

They both mean the same - moving data from author environment to publish environment. Taking it a step further, it can also mean moving data from author to the dispatcher(via the publisher), with an added flexibility of clearing cache for that page during publishing/activating.

Avatar

Level 2
Thanks! I noticed when I schedule a publish/unpublish, a workflow instance for 'Scheduled Page/Asset Deactivation' gets created and the asset gets published/unpublished. A workflow doesn't get created if I schedule a (de)activation. Additionally the (de)activation wasn't working until I enabled the 'On-/OffTime reached' trigger on the author replication agent. So I'm just looking for another confirmation the two methods are synonymous.