xiaoyaowenyue opened a new issue #6447: URL: https://github.com/apache/dolphinscheduler/issues/6447
### 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 # procedure task should be canceled by stop a process instance. In version 1.3.8-release or ago,a shell task can be canceled correctly by clicking the terminal button(I know dolphin will kill the process id),but it didn't work when it was a procedure task. ### Use case I can only kill the procedure task by login database and then kill the session,of cause, dolphin provides an attribute setTimeout to cancel it. It may be suitable for some scenarios. In my scene,the procedure must hold on by jdbc so that it can execute all the time, until I stop it. I want to cancel procedure by clicking the terminal button, instead of login the db and then killing the session. Thanks. ### Related issues _No response_ ### Are you willing to submit a 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]
