Interface TaskStatisticsService


  • public interface TaskStatisticsService
    The Task Statistics Service provides all the methods for gathering Task Instance Statistics. The Task Statistics methods are provided separately from the Task Query Services, because they can include more complex operations than simple queries, like aggregations, averages, sums, etc.
    • Method Detail

      • getCompletedTaskByUserId

        int getCompletedTaskByUserId​(String userId)
      • getPendingTaskByUserId

        int getPendingTaskByUserId​(String userId)