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