Uses of Interface
com.flowable.agent.api.runtime.AgentInstanceBuilder
Packages that use AgentInstanceBuilder
-
Uses of AgentInstanceBuilder in com.flowable.agent.api.runtime
Methods in com.flowable.agent.api.runtime that return AgentInstanceBuilderModifier and TypeMethodDescriptionAgentInstanceBuilder.agentDefinitionId
(String agentDefinitionId) Set the id of the agent definitionAgentInstanceBuilder.agentDefinitionKey
(String agentDefinitionKey) Set the key of the agent definition, latest version of the agent definition with the given key.AgentInstanceBuilder.agentDefinitionParentDeploymentId
(String parentDeploymentId) When looking up for an agent definition by key it would first lookup for an agent definition within the given parent deployment.AgentInstanceBuilder.callbackId
(String callbackId) Sets the callback id to the agent instance.AgentInstanceBuilder.callbackType
(String callbackType) Sets the callback type to the agent instance.AgentRuntimeService.createAgentInstanceBuilder()
AgentInstanceBuilder.operationKey
(String operationKey) Set the operation key of the operation used to invoke the agentAgentInstanceBuilder.startUserId
(String startUserId) Set the start user id of agent instanceSet the tenant id of agent instanceSets variables passed to the agent instance.AgentInstanceBuilder.withUserGroupKeys
(Set<String> userGroupKeys) Set the permission group keys of an agent instanceAgentInstanceBuilder.withUserId
(String permissionUserId) Set the permission user id of an agent instance