TIBCOSoftware/flogo

Remove the `value` output param from Lambda Invoke activity

Open

#410 建立於 2018年10月15日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)CSS (2,348 star) (290 fork)batch import
good first issuekind/enhancement

描述

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):

貢獻者指南

Remove the `value` output param from Lambda Invoke activity · TIBCOSoftware/flogo#410 | Good First Issue