ningyougang commented on code in PR #170: URL: https://github.com/apache/openwhisk-runtime-go/pull/170#discussion_r937221463
########## golang1.18/lib/launcher.go: ########## @@ -100,12 +102,29 @@ func main() { } } // get payload if not empty - var payload map[string]interface{} + isJsonObjectParam := true + var payloadForJsonObject map[string]interface{} + var payloadForJsonArray []interface{} Review Comment: Support jsonArray as input param as well. this is for sequence action -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@openwhisk.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org