fw19940314 opened a new issue, #14182: URL: https://github.com/apache/dolphinscheduler/issues/14182
### 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 configure processDefinition executionExecutionType is serial_wait or serial_priority , After starting the processDefinition generate processInstance. Perform the STOP action on the page, processInstance state always 'ready stop' . ### What you expected to happen When the process instance state is set to 'ready stop' , master in WorkflowStateEventHandler Can judge processDefinition processExecutionType, if type is serial_wait or serial_priority , return directly. code: <img width="932" alt="image" src="https://github.com/apache/dolphinscheduler/assets/21071875/36b36601-80dc-4073-9f12-c80ee010d858"> ### How to reproduce processDefiniton executionExecutionType is serial_wait or serial_priority. ### Anything else _No response_ ### Version 3.1.x ### 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]
