CloudSen opened a new issue, #14880: URL: https://github.com/apache/dolphinscheduler/issues/14880
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened Some logical task nodes, such as conditional task and switch task, do not update the relevant node parameters during copying. 有些逻辑节点(例如条件节点,切换节点),在复制工作流时,没有更新内部的节点参数。 The copied workflow cannot be used immediately and requires manual entry into the logical task node for updating the relevant node. 工作流复制后,无法立刻运行,需要进入工作流中,手动更新逻辑节点中的依赖节点。 ### What you expected to happen When copying a workflow, the parameters in the logical task node should also be updated correctly. 工作流复制后,逻辑节点中的参数也应该正确更新。 ### How to reproduce - create a workflow - add some tasks and associate them with logical task node - save workflow - copy workflow - check new workflow ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
