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] Can not pass the task param #16248

Closed
3 tasks done
caishunfeng opened this issue Jul 1, 2024 · 1 comment
Closed
3 tasks done

[Bug] [Task] Can not pass the task param #16248

caishunfeng opened this issue Jul 1, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@caishunfeng
Copy link
Contributor

caishunfeng commented Jul 1, 2024

Search before asking

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

What happened

The workflow has two shell task: shell1 -> shell2
global params: keyA = aaa
shell1 script: echo 'setValue(keyA=abc)'
shell2 script echo ${keyA}

b6ed405914ea8572c5dfec99a38949d

What you expected to happen

shell2 echo abc, but not aaa, seems the task params passing is invalid.

How to reproduce

above

Anything else

No response

Version

dev

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@caishunfeng caishunfeng added bug Something isn't working Waiting for reply Waiting for reply labels Jul 1, 2024
@SbloodyS SbloodyS added help wanted Extra attention is needed and removed Waiting for reply Waiting for reply labels Jul 2, 2024
@caishunfeng caishunfeng self-assigned this Jul 2, 2024
@caishunfeng caishunfeng removed the help wanted Extra attention is needed label Jul 2, 2024
@caishunfeng
Copy link
Contributor Author

After re-testing, I found that the parameter priority coverage is as expected, it's not a bug.

See https://dolphinscheduler.apache.org/zh-cn/docs/3.2.1/guide/parameter/priority

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants