wangjc0216 opened a new issue, #14598: URL: https://github.com/apache/dolphinscheduler/issues/14598
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement. ### Description **dinky plugin should be added specific version** I recently used dolphin scheduler with dinky v0.7.3, but failed. log below: ``` [LOG-PATH]: /opt/dolphinscheduler/logs/20230720/10280823947712_10-53-59.log, [HOST]: Host{address='dolphinscheduler-worker-0.dolphinscheduler-worker-headless:1234', ip='dolphinscheduler-worker-0.dolphinscheduler-worker-headless', port=1234} ... [INFO] 2023-07-20 14:48:59.012 +0800 - access url: http://172.16.97.197:8888/openapi/getJobInstance?id=null [INFO] 2023-07-20 14:48:59.018 +0800 - dinky task succeed with results: {"datas":null,"code":1,"msg":"Failed to convert value of type 'java.lang.String' to required type 'java.lang.Integer'; nested exception is java.lang.NumberFormatException: For input string: \"null\"","time":"2023-07-20 14:48:59"} ... ``` I found dinky has changed its api uri curl http://127.0.0.1:8888/openapi/getJobInstanceByTaskId?id=5 **uri be changed from `/openapi/getJobInstance` to `/openapi/getJobInstanceByTaskId`** ### Documentation Links _No response_ ### Are you willing to submit a 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]
