How to do tree activation in AEM as a Cloud Service?
I want to do a tree activation of pages under a certain /content path.
But one requirement is that I want to be able to exclude pages that has a certain text in the page name and publish all the remaining pages. For example, if a page's name contains the text 'archive', i don't want to publish those.
Example (node names or page names):
archive1 -> Skip this page
test-archive -> Skip this page
archive -> Skip this page
test -> Publish this page
Do we need to customize the Publish content tree workflow to achieve it? Also, is this achievable in AEM as a Cloud Service?