I am creating a new class to forward a request to another group. I don't want to test this condition. I just want it to go to that employee that is in that group. How do I specify that in my code.
this.group == "BOGROUP"
this.em_id == assignee
public Forward(EventHandlerContext context, String activity_id, int id, String stepName,
String assignee, String role) {
super(context, activity_id, id, STEP_TYPE, stepName);