ExamGecko
Question list
Search
Search

Related questions











Question 27 - AD0-E134 discussion

Report
Export

A developer needs to create a workflow custom process step in AEM. In a custom process step, an OSGi component needs to implement the WorkflowProcess interface.

Which method should the developer implement?

A.
call
Answers
A.
call
B.
apply
Answers
B.
apply
C.
execute
Answers
C.
execute
D.
submit
Answers
D.
submit
Suggested answer: C

Explanation:

The WorkflowProcess interface is the interface to be used for automatic workflow steps implemented in Java. Classes implementing this interface define Java based processes that can be attached to a WorkflowNode and executed by the workflow engine. The method execute takes a WorkItem, a WorkflowSession and a MetaDataMap as parameters and performs the logic of the custom process step. Reference: https://developer.adobe.com/experience-manager/referencematerials/6-5/javadoc/com/adobe/granite/workflow/exec/WorkflowProcess.html

https://experienceleague.adobe.com/docs/experience-manager-learn/forms/adaptiveforms/custom-process-step-aem-workflow.html?lang=en

asked 02/10/2024
Ronald Armas
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first