Class AgentEvaluatorInvoker
java.lang.Object
com.flowable.agent.engine.impl.evaluator.BaseEvaluatorInvoker
com.flowable.agent.engine.impl.evaluator.AgentEvaluatorInvoker
- All Implemented Interfaces:
EvaluatorInvoker
- Author:
- Prathamesh Mane
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AgentRepositoryServiceprotected final AgentRuntimeServiceFields inherited from class BaseEvaluatorInvoker
clock, reference -
Constructor Summary
ConstructorsConstructorDescriptionAgentEvaluatorInvoker(AgentDefinitionModel.EvaluatorReference reference, AgentRuntimeService agentRuntimeService, AgentRepositoryService agentRepositoryService, org.flowable.common.engine.impl.runtime.Clock clock) -
Method Summary
Modifier and TypeMethodDescriptionprotected static Doubleprotected EvaluatorResultdoInvoke(EvaluatorTranscript transcript, String tenantId) Methods inherited from class BaseEvaluatorInvoker
completed, errored, invoke
-
Field Details
-
agentRuntimeService
-
agentRepositoryService
-
-
Constructor Details
-
AgentEvaluatorInvoker
public AgentEvaluatorInvoker(AgentDefinitionModel.EvaluatorReference reference, AgentRuntimeService agentRuntimeService, AgentRepositoryService agentRepositoryService, org.flowable.common.engine.impl.runtime.Clock clock)
-
-
Method Details
-
doInvoke
- Specified by:
doInvokein classBaseEvaluatorInvoker
-
asDouble
-