}
@Override
protected PhdThesisProcess executeActivity(PhdThesisProcess process, User userView, Object object) {
final PhdThesisProcessBean thesisBean = (PhdThesisProcessBean) object;
process.setWhenJuryDesignated(process.getIndividualProgramProcess().getCandidacyDate());
LocalDate candidacyDate = process.getIndividualProgramProcess().getCandidacyDate();
process.setWhenJuryValidated(candidacyDate);
process.createState(PhdThesisProcessStateType.WAITING_FOR_JURY_REPORTER_FEEDBACK, userView.getPerson(),
thesisBean.getRemarks());
if (process.getMeetingProcess() == null) {
Process.createNewProcess(userView, PhdMeetingSchedulingProcess.class, thesisBean);
}