zzzk1 commented on issue #15183:
URL: 
https://github.com/apache/dolphinscheduler/issues/15183#issuecomment-1838023195

   
![图片](https://github.com/apache/dolphinscheduler/assets/36791902/9a802aaf-7d4c-4be0-9eb6-fe5e847d0f6b)
   
   hi @ruanwenjun, How to deal with status in this place? The interface cannot 
be used here. Should I create an annotation for each newly separated status 
enumeration?
   
   ```java
   public @interface UserException {
        UserStatus value();
   }
   
   public @interface TaskException {
       TaskStatus value();
   }
   ```
   
   


-- 
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]

Reply via email to