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/14 10:36:11 UTC

[GitHub] rabbah edited a comment on issue #3392: Sequence marked "final" can override action parameters

rabbah edited a comment on issue #3392: Sequence marked "final" can override action parameters
URL: https://github.com/apache/incubator-openwhisk/issues/3392#issuecomment-453960924
 
 
   The defect is that sequences have a parameter set but it’s empty. When the final override check happens it’s against this set, not the set of parameters that are attached to the first action of the sequence.
   
   Package/binding params are no different than any parameter attached to the first action in the sequence in this regard. 
   
   maybe this is what you’re suggesting: a first step is to change the final check on a sequence action so that it checks its first component instead?

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