flow icon indicating copy to clipboard operation
flow copied to clipboard

Query params ignored in `invokeFunction`

Open mjg123 opened this issue 6 years ago • 0 comments

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.

mjg123 avatar Feb 07 '18 16:02 mjg123