You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: