A developer needs an existing workflow to run only when pages are created under a certain folder?
What should the developer create to achieve this?
A developer needs an existing workflow to run only when pages are created under a certain folder?
What should the developer create to achieve this?
To ensure a workflow runs only when pages are created under a specific folder, the developer should use a Launcher with the field 'path' pointing to the folder and the 'nodetype' field set to cq:Page. This configuration ensures that the workflow is triggered specifically for page creations in the defined folder.
Answer: B Under /libs/cq/workflow/admin/console/content/launchers.html you can see list of all workflows and list of all Nodetype used
Answer is B