8debug opened a new issue, #18339: URL: https://github.com/apache/dolphinscheduler/issues/18339
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened I am trying to pass the response value from an HTTP task to a downstream Shell task in Apache DolphinScheduler 3.4.2. The HTTP task executes successfully, but the downstream Shell task fails to capture or reference the response value. I have configured the variable as expected, but it does not seem to be passed to the downstream task's context. ### What you expected to happen I expect the response value of the HTTP task to be passed to and accessible by the downstream Shell task. ### How to reproduce Create an HTTP task and configure it to fetch data. In the HTTP task's custom parameters, set the output variable. Connect it to a downstream Shell task. In the Shell task's custom parameters, add the variable with the "IN" direction to receive it. Run the workflow and check the logs. ### Anything else **HTTP Task Configuration:** <img width="826" height="2033" alt="Image" src="https://github.com/user-attachments/assets/64aa4472-ab32-4e21-b26d-7eaad8911168" /> **Shell Task Configuration** <img width="811" height="825" alt="Image" src="https://github.com/user-attachments/assets/1896df9b-b943-4bfd-ac52-3ac2ab49c883" /> **HTTP Task Log,Shell Task Log** [1781077562117.log](https://github.com/user-attachments/files/28835500/1781077562117.log) [1781077554306.log](https://github.com/user-attachments/files/28835499/1781077554306.log) ### Version 3.4.2 ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
