leehaut opened a new issue, #17658: URL: https://github.com/apache/dolphinscheduler/issues/17658
### 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 I define a workflow and select a plugin that hasn’t been configured, such as Shell, an error occurs when I click Save as follows: <img width="1855" height="705" alt="Image" src="https://github.com/user-attachments/assets/55b4c8b3-b510-456e-a2a1-a23150dd5e24" /> > http://127.0.0.1:12345/dolphinscheduler/projects/156771480174976/workflow-definition ```json { "code": 10001, "msg": "request parameter {0} is not valid", "data": null, "failed": true, "success": false } ``` ### What you expected to happen The placeholder {0} in the error message can be replaced correctly ### How to reproduce - In standalone mode, a certain task plugin is not configured. - Select this component on the page. - Save the 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]
