topsli opened a new issue, #16912: URL: https://github.com/apache/dolphinscheduler/issues/16912
### Search before asking - [X] I had searched in the [DSIP](https://github.com/apache/dolphinscheduler/issues/14102) and found no similar DSIP. ### Motivation Currently, the list of FailureStrategy only have END and CONTINUE. May be it should have another choice:c. /** * 0 ending process when some tasks failed. * 1 continue running when some tasks failed. * 2 just ending the relative process, the other process can continue. **/ END(0, "end"), CONTINUE(1, "continue"), OTHER_CONTINUE(2, "other_continue"); ### Design Detail _No response_ ### Compatibility, Deprecation, and Migration Plan _No response_ ### Test Plan _No response_ ### 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]
