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

A developer must create a workflow step that assigns a "˜WorkItem' to the appropriate person based on who has the least amount work to do.

The group that must perform the action is configured into the workflow.

Which non-deprecated interface should the Java implementation class use to perform the assignment?

    Correct Answer: A

    To create a workflow step that assigns a 'WorkItem' to the appropriate person based on who has the least amount of work, the interface used should provide functionality for dynamically choosing participants. The correct non-deprecated interface for this is com.adobe.granite.workflow.exec.ParticipantStepChooser. This interface is specifically designed to facilitate the selection of participants within a workflow step in Adobe Experience Manager, ensuring that the least burdened participant is chosen.

Discussion
paaaOption: A

Answer:A https://helpx.adobe.com/experience-manager/using/custom_dynamic_participant.html#:~:text=You%20create%20a%20Dynamic%20Participant,has%20the%20fewest%20work%20items.

kdattaOption: A

Answer will be option A, com.day.cq.workflow.exec.ParticipantChooser is deprecated

chunpinOption: A

Answer: A ParticipantChooser is deprecated . correct answer is A