lcyang3 opened a new issue, #18011: URL: https://github.com/apache/dolphinscheduler/issues/18011
### 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 When clicking run on a failed task node, it calls execute-task. The master reports an error while processing EXECUTE_TASK: Cannot find ICommandHandler for commandType. <img width="780" height="224" alt="Image" src="https://github.com/user-attachments/assets/d7011a67-c2fc-42ea-babf-bc2a44310efe" /> <img width="1376" height="420" alt="Image" src="https://github.com/user-attachments/assets/3d3a0669-701f-47b1-9884-517014e27771" /> ### What you expected to happen Under normal circumstances, when an operation triggers the EXECUTE_TASK command, the system should be able to find the corresponding command handler (ICommandHandler) and execute the task successfully. ### How to reproduce v3.3.2/3.4.0 Execute failed task ### Anything else _No response_ ### Version dev ### 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](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]
