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)
Select all that apply, then click Submit answer.
-
○
Implement a Java class extending from class com.adobe.granite.workflow.exec.WorkflowProcess
-
○
Create a Workflow component node of the Super Resource Type "cq/workflow/components/model/process" under the folder /apps/components
-
○
Create a Workflow component node of the Super Resource Type "cq/workflow/components/step" under the folder /etc/workflow/models
-
○
Implement a Java class with this method "public void process (WorkItem item, WorkflowSession wfsession) throws WorkflowException"
-
○
Implement a Java class implementing the interface com.adobe.granite.workflow.exec.WorkflowProcess