You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 18, 2021. It is now read-only.
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.