final PhdThesisProcess thesisProcess = individualProcess.getThesisProcess();
final PhdThesisProcessBean thesisBean = new PhdThesisProcessBean();
thesisBean.setThesisProcess(thesisProcess);
thesisBean.setToNotify(false);
thesisBean.setGenerateAlert(false);
final PhdMeetingSchedulingProcess meetingProcess = thesisProcess.getMeetingProcess();
ExecuteProcessActivity.run(meetingProcess, ScheduleFirstThesisMeetingRequest.class, thesisBean);
thesisBean.setScheduledDate(getMeetingDate());
thesisBean.setScheduledPlace("");
ExecuteProcessActivity.run(meetingProcess, SkipScheduleFirstThesisMeeting.class, thesisBean);