Class ContinueAgentInstanceExchangeCmd
java.lang.Object
com.flowable.agent.engine.impl.cmd.AbstractNeedsAgentDefinitionCmd
com.flowable.agent.engine.impl.cmd.ContinueAgentInstanceExchangeCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<AgentInstance>
public class ContinueAgentInstanceExchangeCmd
extends AbstractNeedsAgentDefinitionCmd
implements org.flowable.common.engine.impl.interceptor.Command<AgentInstance>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionContinueAgentInstanceExchangeCmd(ContinueAgentInstanceExchangeBuilderImpl agentInstanceExchangeBuilder) -
Method Summary
Modifier and TypeMethodDescriptionexecute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) Methods inherited from class com.flowable.agent.engine.impl.cmd.AbstractNeedsAgentDefinitionCmd
resolveAgentDefinition, resolveAgentDefinitionById, resolveAgentDefinitionByKey
-
Field Details
-
AGENT_MESSAGE_TRIGGERS
-
agentInstanceExchangeBuilder
-
-
Constructor Details
-
ContinueAgentInstanceExchangeCmd
public ContinueAgentInstanceExchangeCmd(ContinueAgentInstanceExchangeBuilderImpl agentInstanceExchangeBuilder)
-
-
Method Details
-
execute
public AgentInstance execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
executein interfaceorg.flowable.common.engine.impl.interceptor.Command<AgentInstance>
-