-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[Future-9396]Support output parameters transfer from parent workflow to child work flow #9410
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #9410 +/- ##
============================================
- Coverage 39.98% 39.72% -0.27%
- Complexity 4375 4401 +26
============================================
Files 822 825 +3
Lines 32924 33219 +295
Branches 3656 3681 +25
============================================
+ Hits 13165 13196 +31
- Misses 18532 18796 +264
Partials 1227 1227
Continue to review full report at Codecov.
|
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
...er-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessServiceImpl.java
Outdated
Show resolved
Hide resolved
1e4bed2
to
23ee467
Compare
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.
+1
…to child work flow
0309977
to
5903a1c
Compare
SonarCloud Quality Gate failed. |
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.
+1
…to child work flow (apache#9410) * [Future-9396]Support output parameters transfer from parent workflow to child work flow * fix note
Purpose of the pull request
this pr close #9396
Brief change log
Verify this pull request