I want to maintain single page with two or three different versions for corresponding publish instances. Example I want to maintain two different version of single page - for testing and development .I tried version for pages , but it automatically creates new versions for every publishing
Solved! Go to Solution.
Views
Replies
Total Likes
You can write a workflow processing step which will activate the page, however you have to set replication filter options to suppress creating versions
replicationOptions.setSuppressVersions(true);
Views
Replies
Total Likes
How to manage pages and versions is discussed in this AEM doc topic:
http://docs.adobe.com/docs/en/cq/current/wcm/page_create_edit.html
Views
Replies
Total Likes
You can write a workflow processing step which will activate the page, however you have to set replication filter options to suppress creating versions
replicationOptions.setSuppressVersions(true);
Views
Replies
Total Likes
For your use IMO launches is best fit. Refer http://docs.adobe.com/docs/en/cq/current/wcm/launches.html
Views
Replies
Total Likes
set your workflow to only replicate page to a particular publisher based on configuring the agent Id's
Views
Replies
Total Likes
The problem with the versions is that , it creates a new version whenever a page is activated. I want to maintain single version for a particular publishing destination
Views
Replies
Total Likes
According to the docs - the version is always incremented when the page is activated. I am looking to determine if there is a way to activate a page without incrementing the version.
Views
Replies
Total Likes
Views
Likes
Replies