Class InvokeAgentDefinitionModelResponseCmd
java.lang.Object
com.flowable.agent.engine.impl.cmd.InvokeAgentDefinitionModelResponseCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<AgentInvocationResultResponse>
public class InvokeAgentDefinitionModelResponseCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<AgentInvocationResultResponse>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AgentDefinitionModelprotected Stringprotected String -
Constructor Summary
ConstructorsConstructorDescriptionInvokeAgentDefinitionModelResponseCmd(AgentDefinitionModel agentDefinitionModel, String operationKey, Map<String, Object> variables, Map<String, Object> guardrailAgentVariables, String tenantId) -
Method Summary
Modifier and TypeMethodDescriptionexecute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
agentDefinitionModel
-
operationKey
-
variables
-
guardrailAgentVariables
-
tenantId
-
-
Constructor Details
-
InvokeAgentDefinitionModelResponseCmd
-
-
Method Details
-
execute
public AgentInvocationResultResponse execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executein interfaceorg.flowable.common.engine.impl.interceptor.Command<AgentInvocationResultResponse>
-