Class GetTasksLocalVariablesCmd

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

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

  • Constructor Details

    • GetTasksLocalVariablesCmd

      public GetTasksLocalVariablesCmd(Set<String> taskIds)
  • Method Details

    • execute

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