-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature-9978][UI] add node dependency type feature #11235
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #11235 +/- ##
============================================
+ Coverage 40.15% 40.25% +0.10%
+ Complexity 4953 4841 -112
============================================
Files 988 974 -14
Lines 37738 37323 -415
Branches 4149 4142 -7
============================================
- Hits 15154 15026 -128
+ Misses 21043 20749 -294
- Partials 1541 1548 +7
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
* add only current node only,preceding nodes,later nodes options to execute process instance
1885251
to
18086e8
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
dolphinscheduler-ui/src/views/projects/workflow/definition/components/start-modal.tsx
Show resolved
Hide resolved
refer to #10117 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
add only current node only,preceding nodes,later nodes options to execute process instance
close #9978
Purpose of the pull request
support node dependency type feature like ds1.x,ds2.x
Brief change log
when executing task instances we support forward, backward and only current node execution
Verify this pull request
This pull request is code cleanup without any test coverage.