Uses of Interface
com.flowable.agent.api.runtime.ContinueAgentInstanceExchangeBuilder
Packages that use ContinueAgentInstanceExchangeBuilder
-
Uses of ContinueAgentInstanceExchangeBuilder in com.flowable.agent.api.runtime
Methods in com.flowable.agent.api.runtime that return ContinueAgentInstanceExchangeBuilderModifier and TypeMethodDescriptionContinueAgentInstanceExchangeBuilder.agentInstanceId(String agentInstanceId) Set the id of the agent instanceAgentRuntimeService.createAgentInstanceExchangeBuilder()ContinueAgentInstanceExchangeBuilder.operationKey(String operationKey) The key of the operation which should be executedSets variables passed to the agent instance.ContinueAgentInstanceExchangeBuilder.withUserGroupKeys(Set<String> permissionGroupKeys) The user groups permission to invoking the agent instanceContinueAgentInstanceExchangeBuilder.withUserId(String permissionUserId) The user permission invoking the agent instance -
Uses of ContinueAgentInstanceExchangeBuilder in com.flowable.agent.engine.impl.runtime
Classes in com.flowable.agent.engine.impl.runtime that implement ContinueAgentInstanceExchangeBuilderMethods in com.flowable.agent.engine.impl.runtime that return ContinueAgentInstanceExchangeBuilderModifier and TypeMethodDescriptionContinueAgentInstanceExchangeBuilderImpl.agentInstanceId(String agentInstanceId) AgentRuntimeServiceImpl.createAgentInstanceExchangeBuilder()ContinueAgentInstanceExchangeBuilderImpl.operationKey(String operationKey) ContinueAgentInstanceExchangeBuilderImpl.withUserGroupKeys(Set<String> userGroupKeys) ContinueAgentInstanceExchangeBuilderImpl.withUserId(String userId)