if (StdMsgContext.CMD_PROCESS_START.equalsIgnoreCase(cmdBpm)) {
ProcessStartMsg psMsg = stdMsgContext.bindProcessStartMsg(request);
System.out.println(psMsg);
String newInstanceId = pms.processStart(psMsg);
returnEndpoint = psMsg.getInitiator();
returnInstanceId = newInstanceId;
} else if (StdMsgContext.CMD_ACTIVITY_COMPLETE.equalsIgnoreCase(cmdBpm)) {