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

A developer needs to implement a functionality that requires creating a Custom Workflow Step.

Which two steps should the developer take to start developing the custom behavior? (Choose two.)

    Correct Answer: C, D

    To develop a custom workflow step in Adobe Experience Manager (AEM), a developer should follow two key steps. First, they need to implement a Java class that adheres to the workflow process interface by implementing the interface com.adobe.granite.workflow.exec.WorkflowProcess. This ensures the custom process can be executed within AEM's workflow engine. Second, the developer must create a Workflow component node with the Super Resource Type 'cq/workflow/components/model/process' under the folder /apps//components. This sets up the necessary configuration for the custom workflow step within AEM’s JCR repository, making it recognizable and usable within the workflow models.

Discussion
AkashDOptions: CD

Correct answer C & D

griosOptions: CD

C and D. Custom workfow steps are located under /apps/components.

mrjavaOptions: CE

Actually we need to Create a Workflow component node of the Super Resource Type "cq/workflow/components/step" under the folder /app/workflow/components/model.

chunpinOptions: CD

C and D C: https://helpx.adobe.com/in/experience-manager/6-3/sites/developing/using/workflows-customizing-extending.html%23CreatingCustomWorkflowStepComponents D: https://helpx.adobe.com/in/experience-manager/6-3/sites/developing/using/workflows-customizing-extending.html