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

      protected final Date createdAfter
    • tenantId

      protected final String tenantId
  • Constructor Details

    • GetHealthCountsCmd

      public GetHealthCountsCmd(Date createdAfter, String tenantId)
  • Method Details

    • execute

      public HealthCounts execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<HealthCounts>