Class ReindexAgentInvocationEvaluationsCmd

java.lang.Object
com.flowable.platform.engine.impl.indexing.reindex.ReindexAgentInvocationEvaluationsCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>

public class ReindexAgentInvocationEvaluationsCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>
  • Field Details

    • agentInvocationEvaluationIndexingScheduler

      protected AgentInvocationEvaluationIndexingScheduler agentInvocationEvaluationIndexingScheduler
    • indexName

      protected String indexName
    • start

      protected int start
    • pageSize

      protected int pageSize
  • Constructor Details

  • Method Details

    • execute

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

      protected AgentDefinition resolveAgentDefinition(AgentEngineConfigurationApi agentEngineConfiguration, Map<String, AgentDefinition> agentDefinitionIdToDefinition, String agentDefinitionId)