AD0-E103 Exam QuestionsBrowse all questions from this exam

AD0-E103 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?

Show Answer
Correct Answer: A,B

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

3 comments
Sign in to comment
paaaOption: A
Jul 20, 2020

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
Jun 7, 2020

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

chunpinOption: A
Jan 9, 2021

Answer: A ParticipantChooser is deprecated . correct answer is A