Exam AD0-E103 All QuestionsBrowse all questions from this exam
Question 74

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?

    Correct Answer: B

    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.

Discussion
chunpinOption: B

Answer: B Under /libs/cq/workflow/admin/console/content/launchers.html you can see list of all workflows and list of all Nodetype used

AkashDOption: B

Answer is B