Package org.camunda.bpm.engine.task
Interface TaskReport
-
- All Known Implementing Classes:
TaskReportImpl
public interface TaskReport
- Author:
- Daniel Meyer, Stefan Hentschel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<TaskCountByCandidateGroupResult>
taskCountByCandidateGroup()
Select a list with the number of tasks per group
-
-
-
Method Detail
-
taskCountByCandidateGroup
List<TaskCountByCandidateGroupResult> taskCountByCandidateGroup()
Select a list with the number of tasks per group
-
-