Interface ProcessDefinitionStatistics
- All Superinterfaces:
ProcessDefinition
,ResourceDefinition
- All Known Implementing Classes:
ProcessDefinitionStatisticsEntity
-
Method Summary
Modifier and TypeMethodDescriptionint
The number of all failed jobs of all process instances.Returns a list of incident statistics.int
The number of all process instances of the process definition.Methods inherited from interface org.camunda.bpm.engine.repository.ProcessDefinition
getDescription, getVersionTag, hasStartFormKey, isStartableInTasklist, isSuspended
Methods inherited from interface org.camunda.bpm.engine.repository.ResourceDefinition
getCategory, getDeploymentId, getDiagramResourceName, getHistoryTimeToLive, getId, getKey, getName, getResourceName, getTenantId, getVersion
-
Method Details
-
getInstances
int getInstances()The number of all process instances of the process definition. -
getFailedJobs
int getFailedJobs()The number of all failed jobs of all process instances. -
getIncidentStatistics
List<IncidentStatistics> getIncidentStatistics()Returns a list of incident statistics.
-