public List<DLFileEntry> getProcessFiles(String processUUID) throws SystemException {
   return fileService.getFileEntries(
       processBaseGroup.getGroupId(), getFolder(processUUID).getFolderId());
 }