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/04/23 08:25:55 UTC

[GitHub] [incubator-openwhisk] style95 commented on a change in pull request #4211: Add `binding` annotation to record an action path not resolved

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

 ##########
 File path: core/controller/src/main/scala/org/apache/openwhisk/core/controller/actions/SequenceActions.scala
 ##########
 @@ -312,13 +317,15 @@ protected[actions] trait SequenceActions {
    * The method distinguishes between invoking a sequence or an atomic action.
    * @param user the user executing the sequence
    * @param futureAction the future which fetches the action to be invoked from the db
+   * @param originAction the invoked fully qualified action name that not rewritten
    * @param accounting the state of the sequence activation, contains the dynamic activation count, logs and payload for the next action
    * @param cause the activation id of the first sequence containing this activations
    * @return a future which resolves with updated accounting for a sequence, including the last result, duration, and activation ids
    */
   private def invokeNextAction(
     user: Identity,
     futureAction: Future[WhiskActionMetaData],
+    originAction: FullyQualifiedEntityName,
 
 Review comment:
   Is this being used in the call tree?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services