}
JSONObject jsonObject = new JSONObject();
jsonObject.accumulate("activityId", assignment.getActivityId());
jsonObject.accumulate("activityDefId", assignment.getActivityDefId());
jsonObject.accumulate("processId", assignment.getProcessId());
jsonObject.accumulate("processDefId", assignment.getProcessDefId());
jsonObject.accumulate("processVersion", assignment.getProcessVersion());
jsonObject.accumulate("processName", assignment.getProcessName());
jsonObject.accumulate("activityName", assignment.getActivityName());
jsonObject.accumulate("description", assignment.getDescription());
jsonObject.accumulate("participant", assignment.getParticipant());