rabbah commented on a change in pull request #4211: Add `binding` annotation to record an action path not resolved URL: https://github.com/apache/incubator-openwhisk/pull/4211#discussion_r265956415
########## File path: common/scala/src/main/scala/org/apache/openwhisk/core/entity/WhiskActivation.scala ########## @@ -137,6 +137,7 @@ object WhiskActivation /** Some field names for annotations */ val pathAnnotation = "path" + val bindingAnnotation = "binding" Review comment: will check down below but this raises the opportunity to have the name in the activation be that of the binding, and the annotation is that of the package. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
