Class GetTaskVariablesCmd

    • Field Detail

      • taskId

        protected String taskId
      • isLocal

        protected boolean isLocal
      • deserializeValues

        protected boolean deserializeValues
    • Constructor Detail

      • GetTaskVariablesCmd

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

      • execute

        public org.camunda.bpm.engine.variable.VariableMap execute​(CommandContext commandContext)
        Specified by:
        execute in interface Command<org.camunda.bpm.engine.variable.VariableMap>