QuestionQ16

Given a scenario, identify how to implement OSGi services and servlets

A developer must create a custom workflow process step in AEM. For a custom process step, an OSGi component must implement the WorkflowProcess interface.

Which method must the developer implement?

  • A call
  • B apply
  • C execute
  • D submit
Explanation

An AEM OSGi component that implements com.adobe.granite.workflow.exec.WorkflowProcess must implement execute(WorkItem, WorkflowSession, MetaDataMap), which contains the custom process-step logic.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!