Uses of Interface
com.flowable.agent.api.runtime.AgentRuntimeService
Packages that use AgentRuntimeService
Package
Description
-
Uses of AgentRuntimeService in com.flowable.agent.api
Methods in com.flowable.agent.api that return AgentRuntimeService -
Uses of AgentRuntimeService in com.flowable.platform.service.agent
Fields in com.flowable.platform.service.agent declared as AgentRuntimeServiceModifier and TypeFieldDescriptionprotected AgentRuntimeService
CmmnAgentStartPlanItemInstanceBot.agentRuntimeService
protected final AgentRuntimeService
PlatformAgentService.agentRuntimeService
Constructors in com.flowable.platform.service.agent with parameters of type AgentRuntimeServiceModifierConstructorDescriptionCmmnAgentStartPlanItemInstanceBot
(AgentRuntimeService agentRuntimeService, org.flowable.cmmn.api.CmmnRuntimeService cmmnRuntimeService, org.flowable.cmmn.api.CmmnRepositoryService cmmnRepositoryService, org.flowable.form.api.FormRepositoryService formRepositoryService, org.flowable.form.api.FormService formService, org.flowable.cmmn.engine.CmmnEngineConfiguration cmmnEngineConfiguration) PlatformAgentService
(AgentRuntimeService agentRuntimeService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ActionRuntimeService actionRuntimeService) -
Uses of AgentRuntimeService in com.flowable.platform.service.caze
Fields in com.flowable.platform.service.caze declared as AgentRuntimeServiceModifier and TypeFieldDescriptionprotected AgentRuntimeService
PlatformCaseInstanceService.agentRuntimeService