Пример #1
0
 @GET
 @ApiOperation(
     value = "Get executor group statistics",
     notes = "Returns counts of queued and executing workflow instances.")
 public StatisticsResponse queryStatistics() {
   return statisticsConverter.convert(statisticsService.getStatistics());
 }