You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/01/15 06:12:33 UTC

[GitHub] upgle edited a comment on issue #4211: Add `binding` annotation to record an action path not resolved

upgle edited a comment on issue #4211: Add `binding` annotation to record an action path not resolved
URL: https://github.com/apache/incubator-openwhisk/pull/4211#issuecomment-454276589
 
 
   @rabbah 
   I added `binding` field to `FullyQualifiedName` to not change the activation message, and renamed annotation key from `originPath` to `binding`. 
   
   this `binding` annotation contains only entityPath of a package binding.
   
   ```json
   {
       "activationId": "f4250bb2721d4e4ca50bb2721d2e4cdd",
       "annotations": [
           {
               "key": "binding",
               "value": "whisk.system/p2"
           },
           {
               "key": "path",
               "value": "guest/p1/hello"
           },
       ]
   }
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services