Class GetTaskFormVariablesCmd

    • Constructor Detail

      • GetTaskFormVariablesCmd

        public GetTaskFormVariablesCmd​(String taskId,
                                       Collection<String> variableNames,
                                       boolean deserializeObjectValues)
    • Method Detail

      • execute

        public org.camunda.bpm.engine.variable.VariableMap execute​(CommandContext commandContext)
      • checkGetTaskFormVariables

        protected void checkGetTaskFormVariables​(TaskEntity task,
                                                 CommandContext commandContext)