upgle 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_r279237035
 
 

 ##########
 File path: 
core/controller/src/main/scala/org/apache/openwhisk/core/controller/Actions.scala
 ##########
 @@ -253,7 +247,7 @@ trait WhiskActionsApi extends WhiskCollectionAPI with 
PostActionActivation with
       'result ? false,
       'timeout.as[FiniteDuration] ? 
WhiskActionsApi.maxWaitForBlockingActivation) { (blocking, result, 
waitOverride) =>
       entity(as[Option[JsObject]]) { payload =>
-        getEntity(WhiskActionMetaData.get(entityStore, entityName.toDocId), 
Some {
+        
getEntity(WhiskActionMetaData.resolveActionAndMergeParameters(entityStore, 
entityName), Some {
 
 Review comment:
   @style95 the action is resolved here after it's dispatched.

----------------------------------------------------------------
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

Reply via email to