[X] I had searched in the issues and found no similar issues.
What happened
When the ${setValue()} method is used to assign a value to parameter b, but not to parameter a, the downstream node cannot retrieve the value of a. However, if neither a nor b are assigned using ${setValue()}, then the downstream node can retrieve the values of both a and b.
What you expected to happen
I believe that any parameter of out type should be passed to the next node.
How to reproduce
1、shell node 1
2、shell node 2,The value of a cannot be retrieved.
Search before asking
What happened
When the
${setValue()}
method is used to assign a value to parameter b, but not to parameter a, the downstream node cannot retrieve the value of a. However, if neither a nor b are assigned using${setValue()}
, then the downstream node can retrieve the values of both a and b.What you expected to happen
I believe that any parameter of out type should be passed to the next node.
How to reproduce
1、shell node 1
2、shell node 2,The value of a cannot be retrieved.
Anything else
No response
Version
3.1.x
Are you willing to submit PR?
Code of Conduct