Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Array input to flow throwing a conversion error #212

Closed
mellistibco opened this issue Apr 5, 2018 · 1 comment
Closed

Array input to flow throwing a conversion error #212

mellistibco opened this issue Apr 5, 2018 · 1 comment

Comments

@mellistibco
Copy link
Collaborator

I'm submitting a ... (check one with "x")

[x] bug report => search github for a similar issue or PR before submitting
[] feature request
[] support request
[] general question

Current behavior (how does the issue manifest):
Activity has the following input param:

    {
      "name": "fieldNames",
      "type": "array",
      "required": true
    }

Throws the following error:

interface conversion: interface {} is nil, not []string

Expected behavior:
The error not to be thrown and the activity executes as expected.

Minimal steps to reproduce the problem (not required if feature enhancement):

What is the motivation / use case for changing the behavior?

Please tell us about your environment (Operating system, docker version, browser & web ui version, etc):

Flogo version (CLI & contrib/lib. If unknown, leave empty or state unknown): 0.5.3

Additional information you deem important (e.g. issue happens only occasionally):

@mellistibco
Copy link
Collaborator Author

resolved in TIBCOSoftware/flogo-lib#163

@mellistibco mellistibco added this to the 0.5.4 milestone Apr 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant