Class GetExecutionVariablesCmd

    • Field Detail

      • executionId

        protected String executionId
      • isLocal

        protected boolean isLocal
      • deserializeValues

        protected boolean deserializeValues
    • Constructor Detail

      • GetExecutionVariablesCmd

        public GetExecutionVariablesCmd​(String executionId,
                                        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>