zhongjiajie commented on code in PR #10184:
URL: https://github.com/apache/dolphinscheduler/pull/10184#discussion_r884483145
##########
docs/docs/en/guide/parameter/context.md:
##########
@@ -64,3 +64,25 @@ For example, in the figure below:
When the log detects the `${setValue(key=value1)}` format in the shell node
definition, it will assign value1 to the key, and downstream nodes can use the
variable key directly. Similarly, you can find the corresponding node instance
on the [Workflow Instance] page to see the value of the variable.

+
+### 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.
+
+<img src="/img/httpParam/1-1.png" alt="1-1" style="zoom:50%;" />
Review Comment:
* use markdown syntax when img using, ex
`[httpParam1](/img/httpParam1-1.png)`. same as other imgs
* please use the English version of screenshot
* change the img file to more meaningful name instead of `1-1.png` and
`1-2.png`, maybe you could directly using `/img/httpparam-1.png` and so on
--
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]