The BP Server uses the name of the method in the EJB remote interface, to get the performer(s) for the Activity workstep. Use this method name in the performer string as <method name>.
The method signatures in the EJB should be:
public Vector <method name> (HashMap)
The Vector returned by the method should be a Vector of string objects for use as the performer(s) in the workstep.