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