WangJPLeo opened a new pull request, #12448: URL: https://github.com/apache/dolphinscheduler/pull/12448
<!--Thanks very much for contributing to Apache DolphinScheduler. Please review https://dolphinscheduler.apache.org/en-us/community/development/pull-request.html before opening a pull request.--> ## Purpose of the pull request Improve the scenario of continuing to submit subsequent tasks after failure. ## Brief change log 1. Improve the scenario of continuing to submit subsequent tasks after failure, if there are subsequent tasks: a. the execution type is parallel; b. the execution type is serial and failed task type is condition; c. the execution type is serial and next task type is condition; 2. `haveAllNodeAfterNode` change to `haveAnyNodeAfterNode`; 3. relate https://github.com/apache/dolphinscheduler/pull/9718; ## Verify this pull request Manually verified the change by testing locally. -- 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]
