List of questions
Related questions
Question 18 - AD0-E134 discussion
A developer needs to create a dynamic participant step where the participant is selected automatically at run time.
The developer decides to develop an OSGi service, which needs to implement the com.day.cq.workflow.exec.ParticipantStepChooser interface.
Which method should the developer implement from the com.day.cq.workflow.exec.ParticipantStepChooser interface?
A.
String getParticipant(Workltem workltem, WorkflowSession workflowSession, MetaDataMap metaDataMap)
B.
void getParticipant(Workltem workltem, WorkflowSession workflowSession, MetaDataMap metaDataMap)
C.
String getDynamicParticipant(Workltem workltem, WorkflowSession workflowSession,MetaDataMap metaDataMap)
D.
void getDynamicParticipant(Workltem workltem, WorkflowSession workflowSession,MetaDataMap metaDataMap)
Your answer:
0 comments
Sorted by
Leave a comment first