dolphinscheduler
dolphinscheduler copied to clipboard
[Question] Parameters cannot be passed to the next shell task.
Search before asking
- [x] I had searched in the issues and found no similar issues.
What happened
Parameters cannot be passed to the next shell task, The log contains the following information: Set taskVarPool: null successfully.
- Overall workflow definition
- TaskA is defined as follows:
- The execution log of TaskA is as follows:
What you expected to happen
The execution log of TaskB is as follows,The output should be 100 and 20.
How to reproduce
As shown in the screenshot above
Anything else
No response
Version
3.3.2
Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
Code of Conduct
- [x] I agree to follow this project's Code of Conduct
Try using echo ${lines_num} in task B. I've test it work well.
I have the same problem as you, the parameter passing does not work.
you can see this:https://github.com/apache/dolphinscheduler/issues/17639