ITBOX-ITBOY commented on code in PR #10184: URL: https://github.com/apache/dolphinscheduler/pull/10184#discussion_r969622159
########## docs/docs/en/guide/parameter/context.md: ########## @@ -76,3 +76,21 @@ The result of Node_mysql is as follows: Even though output is assigned a value of 1 in Node_A's script, the log still shows a value of 100. But according to the principle from [parameter priority](priority.md): `Local Parameter > Parameter Context > Global Parameter`, the output value in Node_B is 1. It proves that the output parameter is passed in the workflow with reference to the expected value, and the query operation is completed using this value in Node_mysql. But the output value 66 only shows in the Node_A, the reason is that the direction of value is selected as IN, and only when the direction is OUT will it be defined as a variable output. + +### HTTP + +Step 1: Drag an HTTP task, fill IN body for KEY, select OUT for IN/OUT, select VARCHAR for output data type, always select VARCHAR, nothing else. Review Comment: At present, we do not know how to deal with it. We will find a way to deal with it later -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
