Class AgentInvocationIndexingScheduler
java.lang.Object
com.flowable.platform.engine.impl.indexing.scheduler.AbstractIndexingScheduler
com.flowable.platform.engine.impl.indexing.scheduler.AgentInvocationIndexingScheduler
-
Field Summary
FieldsFields inherited from class AbstractIndexingScheduler
indexingService, objectMapper -
Constructor Summary
ConstructorsConstructorDescriptionAgentInvocationIndexingScheduler(IndexingService indexingService, tools.jackson.databind.ObjectMapper objectMapper, AgentInvocationIndexingDataProducer agentInvocationIndexingDataProducer) -
Method Summary
Modifier and TypeMethodDescriptionvoidscheduleAgentInvocationIndexing(AgentEngineConfigurationApi agentEngineConfiguration, AgentInvocation invocation, String preResolvedAgentDefinitionName, String index) Index a single invocation, optionally with a pre-resolved agent definition name.Methods inherited from class AbstractIndexingScheduler
getTransformerType, scheduleIndexing
-
Field Details
-
agentInvocationIndexingDataProducer
-
-
Constructor Details
-
AgentInvocationIndexingScheduler
public AgentInvocationIndexingScheduler(IndexingService indexingService, tools.jackson.databind.ObjectMapper objectMapper, AgentInvocationIndexingDataProducer agentInvocationIndexingDataProducer)
-
-
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. PasspreResolvedAgentDefinitionNamewhen the caller has already done the lookup (e.g., the bulk reindex Cmd that caches names per page) — passnullto fall back to the single-row lookup behaviour used by the per-record indexing path.
-