Class AgentInvocationIndexingScheduler

java.lang.Object
com.flowable.platform.engine.impl.indexing.scheduler.AbstractIndexingScheduler
com.flowable.platform.engine.impl.indexing.scheduler.AgentInvocationIndexingScheduler

public class AgentInvocationIndexingScheduler extends AbstractIndexingScheduler
  • Field Details

  • Constructor Details

  • Method Details

    • scheduleAgentInvocationIndexing

      public void scheduleAgentInvocationIndexing(AgentEngineConfigurationApi agentEngineConfiguration, AgentInvocation invocation, String preResolvedAgentDefinitionName, String index)
      Index a single invocation, optionally with a pre-resolved agent definition name. Pass preResolvedAgentDefinitionName when the caller has already done the lookup (e.g., the bulk reindex Cmd that caches names per page) — pass null to fall back to the single-row lookup behaviour used by the per-record indexing path.