hei12138 opened a new issue #4156: URL: https://github.com/apache/incubator-dolphinscheduler/issues/4156
**Describe the bug** TaskNode's param will be replaced by TaskParams when use varpool **To Reproduce** 1. run a task and set some param to varpool when worker response 2. masterExecThread submitPostNode 3. varPoolUtils.convertVarPoolToMap will change the origin params to TaskParam which is not fetch all the task type 4. the worker will get the wrong params **Expected behavior** task params be completely pass to the worker **Screenshots**   **Which version of Dolphin Scheduler:** -[dev] ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
