We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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):
The text was updated successfully, but these errors were encountered:
resolved in TIBCOSoftware/flogo-lib#163
Sorry, something went wrong.
No branches or pull requests
I'm submitting a ... (check one with "x")
Current behavior (how does the issue manifest):
Activity has the following input param:
Throws the following error:
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):
The text was updated successfully, but these errors were encountered: