163164165166167168169170171172173
.getManagementService() .createJobQuery() .list(); for (Job job : jobs) { new DeleteJobCmd(job.getId()).execute(commandContext); } List<HistoricIncident> historicIncidents = processEngineConfiguration .getHistoryService() .createHistoricIncidentQuery()