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.)
A.
Implement a Java class with this method "public void process(WorkItem item, WorkflowSession wfsession) throws WorkflowException".
B.
Implement a Java class extending from class com.adobe.granite.workflow.exec.WorkflowProcess.
C.
Create a Workflow component node of the Super Resource Type "cq/workflow/components/model/process" under the folder /apps//components.
D.
Implement a Java class implementing the interface com.adobe.granite.workflow.exec.WorkflowProcess.
E.
Create a Workflow component node of the Super Resource Type "cq/workflow/components/step" under the folder /etc/workflow/models.
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.
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
C and D.
Custom workfow steps are located under /apps/components.
upvoted 4 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
AkashD
Highly Voted 4 years, 8 months agomrjava
Most Recent 1 year, 9 months agochunpin
4 years, 2 months agogrios
4 years, 8 months ago