minlywang opened a new issue, #15625: URL: https://github.com/apache/dolphinscheduler/issues/15625
### 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 https://dolphinscheduler.apache.org/en-us/docs/3.2.0/guide/parameter/context I have followed the instruction: Pass parameter from Python task to downstream Use print('${setValue(key=%s)}' % value), DolphinScheduler will capture the ${setValue(key=value} in the output to capture the parameters and pass them downstream. value = 1 print('${setValue(key=%s)}' % value) At the downstream shell task node: echo ${key} I can't get the parameter key ### What you expected to happen I want to get the parameter value at the downstream task of shell. ### How to reproduce Python Version: 3.6.8 DolphinSheduler version: 3.2.0 Standalone mode Python: value = 1 print('${setValue(key=%s)}' % value) Shell: echo ${key} ### Anything else _No response_ ### Version 3.2.x ### Are you willing to submit PR? - [X] 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]
