Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Query params ignored in invokeFunction #126

Open
mjg123 opened this issue Feb 7, 2018 · 0 comments
Open

Query params ignored in invokeFunction #126

mjg123 opened this issue Feb 7, 2018 · 0 comments

Comments

@mjg123
Copy link

mjg123 commented Feb 7, 2018

This section of code parses the "FunctionId" from the AddInvokeStageRequest:

https://github.com/fnproject/flow/blob/master/model/fnid.go#L26-L42

which includes separating any query params. However these are not correctly propagated to this line:

https://github.com/fnproject/flow/blob/master/actor/executor.go#L96

So it is not possible to invoke a function from a Flow if that function has query params which need to be set.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant