zzzk1 commented on issue #15183: URL: https://github.com/apache/dolphinscheduler/issues/15183#issuecomment-1838023195
 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]
