Class DeleteAgentInstanceCmd

java.lang.Object
com.flowable.agent.engine.impl.cmd.DeleteAgentInstanceCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>

public class DeleteAgentInstanceCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>
  • Field Details

    • agentInstanceId

      protected String agentInstanceId
  • Constructor Details

    • DeleteAgentInstanceCmd

      public DeleteAgentInstanceCmd(String agentInstanceId)
  • Method Details

    • execute

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