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