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
[x] bug report
[] feature request
[] support request
[] general question
Current behavior (how does the issue manifest):
I am attaching my app json. I am using the javascript activity and trying to iterate over one output of this js activity. It seems that this output var is correctly mapped to a proper array in golang, but somehow, iterator doesn't like it.
I can see this in the DEBUG logs (note also that you do not see any error logs if you do not switch on the DEBUG logs, although the flow execution is marked as Failed)
Minimal steps to reproduce the problem (not required if feature enhancement):
Just use my app json attached and post to http port 1885 with the following example body:
{
"Sentence": "Hello my dear Flynn"
}
What is the motivation / use case for changing the behavior?
Trying to re-use parts of apps developed with node-red
Please tell us about your environment (Operating system, docker version, browser & web ui version, etc):
macos
Flogo version (CLI & contrib/lib. If unknown, leave empty or state unknown): 0.X.X
flogo cli version [v0.5.3-16-g80636ce]
Did use flv switch to github.com/TIBCOSoftware/flogo-lib/engine@master,github.com/TIBCOSoftware/flogo-contrib/action/flow@master
I'm submitting a ... (check one with "x")
Current behavior (how does the issue manifest):
I am attaching my app json. I am using the javascript activity and trying to iterate over one output of this js activity. It seems that this output var is correctly mapped to a proper array in golang, but somehow, iterator doesn't like it.
I can see this in the DEBUG logs (note also that you do not see any error logs if you do not switch on the DEBUG logs, although the flow execution is marked as Failed)
Expected behavior:
It should iterate :-)
Minimal steps to reproduce the problem (not required if feature enhancement):
Just use my app json attached and post to http port 1885 with the following example body:
What is the motivation / use case for changing the behavior?
Trying to re-use parts of apps developed with node-red
Please tell us about your environment (Operating system, docker version, browser & web ui version, etc):
macos
Flogo version (CLI & contrib/lib. If unknown, leave empty or state unknown): 0.X.X
flogo cli version [v0.5.3-16-g80636ce]
Did use flv switch to github.com/TIBCOSoftware/flogo-lib/engine@master,github.com/TIBCOSoftware/flogo-contrib/action/flow@master
flogo-splitflow.json.zip
The text was updated successfully, but these errors were encountered: