Interface ProcessDefinitionStatistics

    • Method Detail

      • 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

        java.util.List<IncidentStatistics> getIncidentStatistics()
        Returns a list of incident statistics.