zzzk1 commented on issue #15183: URL: https://github.com/apache/dolphinscheduler/issues/15183#issuecomment-1833334409
@ruanwenjun , I have submitted PR, my thoughts are as follows: 1. As you said, create status interface and create enumeration class **BaseStatus**, **UserStatus**, more... 2. Migrate the status in status enum to **baseStatus** 3. No longer use status enum in all codes 4. Use **BaseStatus** enum in Status interface 5. Refactor and split the baseStatus enum into a new one -- 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]
