public void deleteExecution(final String executionId) {
   reportService.deleteExecution(Long.valueOf(executionId));
 }