quanzhian opened a new issue #4487: URL: https://github.com/apache/incubator-dolphinscheduler/issues/4487
operation steps: 1. openthe workflow instance page "xxxx/#/projects/instance/list" 2. found running workflow instance 3. click the stop button under the operation column 4. the workflow instance state becomes ready to stop, and then it's always ready to stop... tracking source code discovery: dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/processor/TaskKillResponseProcessor.java when the work node kills the workflow instance and responds to the parent node, no logical data processing is done. my solution is as follows:  ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
