public Object get(String key) {
   if (CONTEXTNAME_EXECUTION.equals(key)) {
     return execution;
   }
   return execution.getVariable(key);
 }