github-actions[bot] commented on issue #17363:
URL: 
https://github.com/apache/dolphinscheduler/issues/17363#issuecomment-3111622406

   ### 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
   
   variables passing to subprocess's child node is null.
   
   <img width="975" height="171" alt="Image" 
src="https://github.com/user-attachments/assets/cdcdbb32-b051-4072-93a2-3dd361e1bdaa";
 />
   
   ### What you expected to happen
   
   variables passing to subprocess's child node is not null.
   
   ### How to reproduce
   
   reproduce like 
   https://dolphinscheduler.apache.org/zh-cn/docs/3.2.2/guide/parameter/context
   on "SubProcess 任务传递参数"
   
   ## 1, workflow1:subprocess_example1
   - subprocess_example1 has 1 shell task node.
   
   
   - task node script content
   ```shell
   echo '${setValue(var1=1234)}'
   echo '${setValue(var2=5678)}'
   ```
   
   - task node self-defined params
   ```shell
   var1 out varchar
   var2 out varchar
   ```
   
   - workflow's global params
   ```shell
   var1 out
   var2 out
   ```
   ## 2, workflow2:subprocess_example2
   - subprocess node: B
   - B's child node C
   node C script content:
   ```shell
   echo "var1=${var1}"
   echo "var2=${var2}"
   ```
   
   ## result
    var1 and var2 are all null.
   
   <!-- Failed to upload "image.png" -->
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   dev
   
   ### 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]

Reply via email to