The Wayback Machine - https://web.archive.org/web/20220709005755/https://github.com/TIBCOSoftware/flogo/issues/410
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

Remove the value output param from Lambda Invoke activity #410

Open
mellistibco opened this issue Oct 15, 2018 · 0 comments
Open

Remove the value output param from Lambda Invoke activity #410

mellistibco opened this issue Oct 15, 2018 · 0 comments

Comments

@mellistibco
Copy link
Collaborator

@mellistibco mellistibco commented Oct 15, 2018

Current behavior (how does the issue manifest):
The lambda invoke activity returns a value object which includes the payload and the []byte serialized response. This really has no real purpose and causes confusion between the unmarshaled payload in the return param result .

Expected behavior:
Remove the value param, as both the unmarshaled payload and the status are both returned in separate params already, no need to keep a struct of the raw return data.

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

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.X.X

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment