Radeity opened a new issue, #13590: URL: https://github.com/apache/dolphinscheduler/issues/13590
### 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 When clicking save button in dag page, it will directly insert new record in `t_ds_process_definition_log`: https://github.com/apache/dolphinscheduler/blob/eaf2541018a1818ad5a0f1cbefe98b095bcc9b8b/dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessServiceImpl.java#L2115-L2116 We can add a simply check that only insert new record when there are changes in process definition. User may get used to click save button instead of return button with or without changes. ### 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]
