I am trying to activate some pages from code. I created a workflow that will change the page when any content is changed on some other pages that have a link to this page. I tried to do this by setting activation properties, for example:
parentpage.setProperty("cq:lastModified", Calendar.getInstance()); parentpage.setProperty("cq:lastModifiedBy", session.getUserID());
Although this property gets every time. But activation does not occur in the publication instance. How to activate a software ally in a user workflow?
source share