Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] [task-api] The parameter of type OUT does not have a value on the next node #16540

Open
2 of 3 tasks
qinxiang01 opened this issue Aug 29, 2024 · 1 comment · May be fixed by #16933
Open
2 of 3 tasks

[Bug] [task-api] The parameter of type OUT does not have a value on the next node #16540

qinxiang01 opened this issue Aug 29, 2024 · 1 comment · May be fixed by #16933
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@qinxiang01
Copy link

Search before asking

  • I had searched in the issues and found no similar issues.

What happened

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

2、shell node 2,The value of a cannot be retrieved.
image

Anything else

No response

Version

3.1.x

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@qinxiang01 qinxiang01 added bug Something isn't working Waiting for reply Waiting for reply labels Aug 29, 2024
@SbloodyS SbloodyS added help wanted Extra attention is needed and removed Waiting for reply Waiting for reply labels Aug 29, 2024
@Mighten
Copy link
Contributor

Mighten commented Dec 22, 2024

Could you please assign this issue to me?

I have reproduced this bug, and I want to fix it.

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
3 participants