Class RemoveAppVariableCmd

java.lang.Object
com.flowable.app.engine.impl.cmd.RemoveAppVariableCmd
All Implemented Interfaces:
Command<Void>

public class RemoveAppVariableCmd extends Object implements Command<Void>
Author:
Tijs Rademakers
  • Field Details

    • appKey

      protected String appKey
    • tenantId

      protected String tenantId
    • variableName

      protected String variableName
  • Constructor Details

    • RemoveAppVariableCmd

      public RemoveAppVariableCmd(String appKey, String variableName)
    • RemoveAppVariableCmd

      public RemoveAppVariableCmd(String appKey, String tenantId, String variableName)
  • Method Details