Class GetHealthCountsCmd
java.lang.Object
com.flowable.platform.service.health.GetHealthCountsCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<HealthCounts>
public class GetHealthCountsCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<HealthCounts>
Returns the full set of health-summary counts (pending / history / deadletter / incident totals
plus time-windowed recent counts) in a single round trip via scalar subqueries.
-
Field Details
-
createdAfter
-
tenantId
-
-
Constructor Details
-
GetHealthCountsCmd
-
-
Method Details
-
execute
public HealthCounts execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executein interfaceorg.flowable.common.engine.impl.interceptor.Command<HealthCounts>
-