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 Details

  • Constructor Details

  • Method Details

    • execute

      public AgentInstance execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<AgentInstance>