Uses of Class
com.flowable.agent.engine.impl.runtime.invocation.BaseAgentInvocationContext
Packages that use BaseAgentInvocationContext
-
Uses of BaseAgentInvocationContext in com.flowable.agent.engine.impl.runtime.invocation
Modifier and TypeClassDescriptionclassclassAn implementation of theAgentInvocationContextinterface that is used to invoke agent operations when there is no database transaction active (as to not block the database transaction).Methods in com.flowable.agent.engine.impl.runtime.invocation with parameters of type BaseAgentInvocationContextModifier and TypeMethodDescriptionprotected voidAgentInvocationContextBuilderImpl.validateInputParameterConstraints(AgentDefinitionModel.AgentOperation operation, Map<String, Object> serviceData, BaseAgentInvocationContext context)