Noblegasesgoo commented on issue #15625:
URL: 
https://github.com/apache/dolphinscheduler/issues/15625#issuecomment-3752992721

   i had same situation as u,but i changed the param direct from in to out,it 
can work now,the downstream log show the information which upstream i define 
param local_token at out direct :
   `[INFO] 2026-01-15 13:34:04.571 +0800 - Set taskVarPool: 
[{"prop":"key","direct":"OUT","type":"VARCHAR","value":"INSERT INTO 
test_user_sync (USERNAME_, NAME_) VALUES ('test-1', '演示用户'),('admin', '孙小');"}] 
successfully`
   if u use out direct param to get the param which one from the upstream than 
u can get it.
   there r my task node script screenshot:
   upstream:
   
   <img width="579" height="518" alt="Image" 
src="https://github.com/user-attachments/assets/c4cf2d25-ea4f-4610-9fa9-86404bc50ab2";
 />
   
   downstream:
   
   <img width="571" height="530" alt="Image" 
src="https://github.com/user-attachments/assets/54b4d1d4-2718-4ff2-8b56-4f8349f9a9a7";
 />
   
   i know that a error but maybe it can resolved u blocking problem
   
   


-- 
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