IBM Exam Questions

which one the following Javascript API calls can the BPM application developer use?

A BPM application developer is asked to route a task to a user in the participant group
named “Loan Officers”. In order to populate a list of all the direct users in the “Loan Officers”
participant group, which one the following Javascript API calls can the BPM application
developer use?

A.
tw.system.org.findAllUsersFrom(“Loan Officers”).get

B.
tw.system.org.findParticipantGroupByName(“Loan Officers”).users

C.
tw.system.org.findParticipantGroupByName(“Loan Officers”).allUsers

D.
tw.system.process.findParticipantGroupByName(“Loan Officers”).users