public boolean has(String key) {
   if (CONTEXTNAME_EXECUTION.equals(key)) {
     return true;
   }
   return execution.hasVariable(key);
 }