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

Query params ignored in invokeFunction #126

@mjg123

Description

@mjg123

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions