Class GetTaskVariableInstancesCmd

    • Field Detail

      • taskId

        protected String taskId
      • isLocal

        protected boolean isLocal
    • Constructor Detail

      • GetTaskVariableInstancesCmd

        public GetTaskVariableInstancesCmd​(String taskId,
                                           Collection<String> variableNames,
                                           boolean isLocal)
    • Method Detail

      • execute

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