Uses of Interface
com.flowable.agent.api.runtime.AgentInstance
Packages that use AgentInstance
Package
Description
-
Uses of AgentInstance in com.flowable.agent.api.runtime
Methods in com.flowable.agent.api.runtime that return AgentInstanceModifier and TypeMethodDescriptionContinueAgentInstanceExchangeBuilder.exchange()Continue the exchange of an agent instanceAgentInstanceBuilder.start()Start the agent instanceAgentInstanceBuilder.startAsync(boolean exclusive) Start the agent instance asynchronously. -
Uses of AgentInstance in com.flowable.agent.engine.impl.cmd
Methods in com.flowable.agent.engine.impl.cmd that return AgentInstanceModifier and TypeMethodDescriptionContinueAgentInstanceExchangeCmd.execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) StartAgentInstanceCmd.execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) Methods in com.flowable.agent.engine.impl.cmd that return types with arguments of type AgentInstanceModifier and TypeMethodDescriptionstatic org.flowable.common.engine.impl.interceptor.Command<AgentInstance> StartAgentInstanceCmd.createAsync(AgentInstanceBuilderImpl agentInstanceBuilder, boolean exclusive) static org.flowable.common.engine.impl.interceptor.Command<AgentInstance> StartAgentInstanceCmd.createNonAsync(AgentInstanceBuilderImpl agentInstanceBuilder) -
Uses of AgentInstance in com.flowable.agent.engine.impl.contentitem
Methods in com.flowable.agent.engine.impl.contentitem with parameters of type AgentInstanceModifier and TypeMethodDescriptionprotected StringClassifyContentItemJobHandler.classifyDocument(AgentInstance agentInstance) -
Uses of AgentInstance in com.flowable.agent.engine.impl.defaultoperation
Methods in com.flowable.agent.engine.impl.defaultoperation with parameters of type AgentInstanceModifier and TypeMethodDescriptionDefaultAgentOperationBuilder.buildChatOperationPromptParameters(AgentInstance agentInstance, String userChatMessage) DefaultAgentOperationPromptBuilderImpl.buildChatOperationPromptParameters(AgentInstance agentInstance, String userChatMessage) -
Uses of AgentInstance in com.flowable.agent.engine.impl.job
Methods in com.flowable.agent.engine.impl.job with parameters of type AgentInstanceModifier and TypeMethodDescriptionprotected booleanProcessAiActivatedPlanItemInstancesJobHandler.actionInstanceExists(ActionRuntimeService actionRuntimeService, AgentInstance agentInstance, String planItemInstanceId) protected ActionInstanceProcessAiActivatedPlanItemInstancesJobHandler.createSuggestionActionInstance(ActionRuntimeService actionRuntimeService, AgentInstance agentInstance, org.flowable.cmmn.engine.impl.persistence.entity.PlanItemInstanceEntity planItemInstance) protected voidProcessAiActivatedPlanItemInstancesJobHandler.processPlanItem(String planItemInstanceId, String explanation, org.flowable.cmmn.engine.CmmnEngineConfiguration cmmnEngineConfiguration, ActionRuntimeService actionRuntimeService, AgentInstance agentInstance, AgentEngineConfiguration agentEngineConfiguration, AgentInvocation agentInvocation) -
Uses of AgentInstance in com.flowable.agent.engine.impl.model.a2a
Methods in com.flowable.agent.engine.impl.model.a2a with parameters of type AgentInstanceModifier and TypeMethodDescriptionstatic voidA2AAgentUtils.createA2AAgentInputRequiredTaskIfNeeded(AgentInstance agentInstance, String a2aTaskId, String inputRequiredMessage, org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
Uses of AgentInstance in com.flowable.agent.engine.impl.persistence.entity
Subinterfaces of AgentInstance in com.flowable.agent.engine.impl.persistence.entityClasses in com.flowable.agent.engine.impl.persistence.entity that implement AgentInstanceMethods in com.flowable.agent.engine.impl.persistence.entity that return types with arguments of type AgentInstanceModifier and TypeMethodDescriptionAgentInstanceEntityManager.findByCriteria(AgentInstanceQuery agentInstanceQuery) AgentInstanceEntityManagerImpl.findByCriteria(AgentInstanceQuery query) -
Uses of AgentInstance in com.flowable.agent.engine.impl.persistence.entity.data
Methods in com.flowable.agent.engine.impl.persistence.entity.data that return types with arguments of type AgentInstanceModifier and TypeMethodDescriptionAgentInstanceDataManager.findByCriteria(AgentInstanceQueryImpl query) -
Uses of AgentInstance in com.flowable.agent.engine.impl.persistence.entity.data.impl
Methods in com.flowable.agent.engine.impl.persistence.entity.data.impl that return types with arguments of type AgentInstanceModifier and TypeMethodDescriptionMybatisAgentInstanceDataManager.findByCriteria(AgentInstanceQueryImpl query) -
Uses of AgentInstance in com.flowable.agent.engine.impl.runtime
Methods in com.flowable.agent.engine.impl.runtime that return AgentInstanceModifier and TypeMethodDescriptionAgentRuntimeServiceImpl.continueAgentInstanceExchange(ContinueAgentInstanceExchangeBuilderImpl agentInstanceExchangeBuilder) ContinueAgentInstanceExchangeBuilderImpl.exchange()protected AgentInstanceAiEvaluationBuilderImpl.retrieveAgentInstance(AgentEngineConfiguration agentEngineConfiguration) AgentInstanceBuilderImpl.start()AgentInstanceBuilderImpl.startAsync(boolean exclusive) Methods in com.flowable.agent.engine.impl.runtime that return types with arguments of type AgentInstanceModifier and TypeMethodDescriptionAgentInstanceQueryImpl.executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
Uses of AgentInstance in com.flowable.agent.engine.impl.runtime.invocation
Fields in com.flowable.agent.engine.impl.runtime.invocation declared as AgentInstanceModifier and TypeFieldDescriptionprotected AgentInstanceAgentInvocationContextBuilderImpl.agentInstanceprotected AgentInstanceAgentInvocationContextImpl.agentInstanceprotected AgentInstanceNontransactionalAgentInvocationContext.agentInstanceMethods in com.flowable.agent.engine.impl.runtime.invocation that return AgentInstanceModifier and TypeMethodDescriptionAgentInvocationContext.getAgentInstance()AgentInvocationContextImpl.getAgentInstance()NontransactionalAgentInvocationContext.getAgentInstance()Methods in com.flowable.agent.engine.impl.runtime.invocation with parameters of type AgentInstanceModifier and TypeMethodDescriptionAgentInvocationContextBuilder.agentInstance(AgentInstance agentInstance) AgentInvocationContextBuilderImpl.agentInstance(AgentInstance agentInstance) protected AgentInvocationEntityAgentInvocationContextBuilderImpl.getOrCreateAgentInvocationEntity(AgentInstance agentInstance, String operationKey, String userMessage, String systemMessage, String outputSchema) voidAgentInvocationContextImpl.setAgentInstance(AgentInstance agentInstance) abstract voidBaseAgentInvocationContext.setAgentInstance(AgentInstance agentInstance) voidNontransactionalAgentInvocationContext.setAgentInstance(AgentInstance agentInstance) -
Uses of AgentInstance in com.flowable.agent.engine.impl.util
Fields in com.flowable.agent.engine.impl.util declared as AgentInstanceModifier and TypeFieldDescriptionprotected AgentInstanceAgentInvocationVariableContainer.agentInstanceMethods in com.flowable.agent.engine.impl.util that return AgentInstanceMethods in com.flowable.agent.engine.impl.util with parameters of type AgentInstanceModifier and TypeMethodDescriptionstatic AgentInvocationEntityAgentUtil.auditAiInvocation(AgentEngineConfiguration engineConfiguration, AgentInstance agentInstance, String agentInvocationId, AgentInvocationResultResponse.Invocation aiInvocation, String userId, boolean storeAsHumanContent) static voidAgentUtil.createAsyncJob(AgentEngineConfiguration agentEngineConfiguration, AgentInstance agentInstance, String jobHandlerType, com.fasterxml.jackson.databind.JsonNode jobConfiguration, boolean exclusive) static voidAgentUtil.handleAgentInstanceCallback(AgentInstance agentInstance, AgentInvocationResult agentInvocationResult, org.flowable.common.engine.impl.interceptor.CommandContext commandContext) static voidAgentUtil.scheduleTriggerJobIfNeeded(AgentInstance agentInstance, org.flowable.common.engine.impl.interceptor.CommandContext commandContext, String customValues) static voidAgentUtil.scheduleTriggerJobIfNeeded(AgentInstance agentInstance, org.flowable.common.engine.impl.interceptor.CommandContext commandContext, String jobHandlerType, String configuration, String customValues) Constructors in com.flowable.agent.engine.impl.util with parameters of type AgentInstanceModifierConstructorDescriptionAgentInvocationVariableContainer(Map<String, Object> data, String parentDeploymentId, AgentDefinitionModel model, AgentDefinitionModel.AgentOperation operation, AgentInstance agentInstance) -
Uses of AgentInstance in com.flowable.platform.service.agent
Methods in com.flowable.platform.service.agent that return AgentInstanceModifier and TypeMethodDescriptionprotected AgentInstancePlatformAgentService.getAgentInstance(String scopeId, String scopeType) Methods in com.flowable.platform.service.agent with parameters of type AgentInstanceModifier and TypeMethodDescriptionprotected List<AgentChatMessageResponse> PlatformAgentService.findSuggestions(AgentInstance agentInstance, SecurityScope securityScope) Constructors in com.flowable.platform.service.agent with parameters of type AgentInstance