I have a requirement where I have around 800 pages under a path in /content hierarchy. Now, the content in some of those pages will get updated on a nightly basis though some automated process. I have a requirement to trigger a page activation workflow for all the pages that are updated. This has to happen instantaneously after the page content got updated. I actually thought of writing a custom code to manually call the page activation workflow once a page is updated. But, on reading some documentation, I thought a workflow launcher might be more suitable in this scenario.
However, I have some queries related to workflow Launcher:
Does it activate all the pages under the path that I mention in the path property while setting up the launcher or will it activate only those pages which are modified?
I we are logged in as admin, do we get a notification in the inbox for approval of this workflow?
Also, I wanted to know whether using the workflow launcher in this scenario is the best solution for my requirement. I'm relatively new to Workflows, so please help
