Class SlowJobIncidentAdvisor
java.lang.Object
com.flowable.platform.service.health.advisor.SlowJobIncidentAdvisor
- All Implemented Interfaces:
HealthAdvisor
Flags process/case definitions that have accumulated more than one slow-job incident.
Reads pre-computed counts from the response; the fetch itself happens in HealthSummaryService.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomputeAdvice(HealthSummaryResponse response, List<SystemInformation> systemInfo, String tenantId)
-
Constructor Details
-
SlowJobIncidentAdvisor
public SlowJobIncidentAdvisor()
-
-
Method Details
-
computeAdvice
public List<HealthAdviceItem> computeAdvice(HealthSummaryResponse response, List<SystemInformation> systemInfo, String tenantId) - Specified by:
computeAdvicein interfaceHealthAdvisor
-