Class GetTaskVariableInstanceCmd

java.lang.Object
org.flowable.cmmn.engine.impl.cmd.GetTaskVariableInstanceCmd
All Implemented Interfaces:
Serializable, Command<org.flowable.variable.api.persistence.entity.VariableInstance>

public class GetTaskVariableInstanceCmd extends Object implements Command<org.flowable.variable.api.persistence.entity.VariableInstance>, Serializable
See Also:
  • Field Details

    • taskId

      protected String taskId
    • variableName

      protected String variableName
    • isLocal

      protected boolean isLocal
  • Constructor Details

    • GetTaskVariableInstanceCmd

      public GetTaskVariableInstanceCmd(String taskId, String variableName, boolean isLocal)
  • Method Details

    • execute

      public org.flowable.variable.api.persistence.entity.VariableInstance execute(CommandContext commandContext)
      Specified by:
      execute in interface Command<org.flowable.variable.api.persistence.entity.VariableInstance>