Search before asking
What happened
1, Create a workflow where Node A is configured with an OUT parameter param1 set to 333, and Node B is configured with an IN parameter param1 set to 111

2, Run this workflow,
Node A log:
Node B log:
3, The official documentation specifies the following parameter precedence:
As there are multiple sources of the parameter value, it will raise parameter priority issues when the parameter name is the same. The priority of DolphinScheduler parameters from high to low is: Startup Parameter > Local Parameter > Parameter Context > Global Parameter > Project-level Parameter.
Howerver, Node B log : The value of param1 is 333, not 11111.
What you expected to happen
If Local Parameter > Parameter Context, the value of param1 should be 11111
How to reproduce
1, Create a workflow where Node A is configured with an OUT parameter param1 set to 333, and Node B is configured with an IN parameter param1 set to 111

2, Run this workflow,
Anything else
No response
Version
dev
Are you willing to submit PR?
Code of Conduct
Search before asking
What happened
1, Create a workflow where Node A is configured with an OUT parameter param1 set to 333, and Node B is configured with an IN parameter param1 set to 111

2, Run this workflow,
Node A log:
Node B log:
3, The official documentation specifies the following parameter precedence:
Howerver, Node B log : The value of param1 is 333, not 11111.
What you expected to happen
If Local Parameter > Parameter Context, the value of param1 should be 11111
How to reproduce
1, Create a workflow where Node A is configured with an OUT parameter param1 set to 333, and Node B is configured with an IN parameter param1 set to 111

2, Run this workflow,
Anything else
No response
Version
dev
Are you willing to submit PR?
Code of Conduct