Skip to content
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-14545][Master][UI]Cross workflow parameter passing #14552

Merged
merged 24 commits into from
Jul 19, 2023

Conversation

Orange-Summer
Copy link
Contributor

Purpose of the pull request

cross-workflow parameter passing
close #14545

Brief change log

add relevant code in module dolphinscheduler-ui
add code in submitPostNode method of WorkflowExecuteRunnable.java
add method crossWorkflowParameterPassing in WorkflowExecuteThreadPool.java
Design and usage documentation can be seen here #14545

Verify this pull request

This change can be verified as follows:

Manually verified the change by testing locally.

@github-actions github-actions bot added UI ui and front end related backend labels Jul 14, 2023
@Orange-Summer Orange-Summer changed the title Cross workflow parameter passing [Feature-14545]Cross workflow parameter passing Jul 14, 2023
@Orange-Summer Orange-Summer changed the title [Feature-14545]Cross workflow parameter passing [Feature-14545][Mater][UI]Cross workflow parameter passing Jul 14, 2023
@EricGao888 EricGao888 changed the title [Feature-14545][Mater][UI]Cross workflow parameter passing [Feature-14545][Master][UI]Cross workflow parameter passing Jul 14, 2023
@Radeity Radeity added feature new feature first time contributor First-time contributor labels Jul 14, 2023
@codecov-commenter
Copy link

codecov-commenter commented Jul 14, 2023

Codecov Report

Merging #14552 (e5f7f51) into dev (20cf4ad) will decrease coverage by 0.04%.
The diff coverage is 0.00%.

❗ Current head e5f7f51 differs from pull request most recent head 99f01ef. Consider uploading reports for the commit 99f01ef to get more accurate results

@@             Coverage Diff              @@
##                dev   #14552      +/-   ##
============================================
- Coverage     38.48%   38.44%   -0.04%     
+ Complexity     4549     4547       -2     
============================================
  Files          1254     1254              
  Lines         43709    43743      +34     
  Branches       4822     4826       +4     
============================================
- Hits          16822    16819       -3     
- Misses        25013    25050      +37     
  Partials       1874     1874              
Impacted Files Coverage Δ
.../server/master/runner/WorkflowExecuteRunnable.java 10.20% <0.00%> (-0.20%) ⬇️
...erver/master/runner/WorkflowExecuteThreadPool.java 0.98% <0.00%> (-0.14%) ⬇️
...ster/runner/execute/MasterTaskExecuteRunnable.java 0.00% <0.00%> (ø)

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Orange-Summer and others added 2 commits July 14, 2023 20:42
# Conflicts:
#	dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteRunnable.java
Copy link
Member

@SbloodyS SbloodyS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update the docs too.

@SbloodyS SbloodyS added the miss:docs missing documents in PR label Jul 17, 2023
songjianet
songjianet previously approved these changes Jul 18, 2023
@SbloodyS SbloodyS added 3.2.0 for 3.2.0 version and removed miss:docs missing documents in PR labels Jul 18, 2023
@SbloodyS SbloodyS added this to the 3.2.0 milestone Jul 18, 2023
Orange-Summer and others added 3 commits July 18, 2023 12:20
Co-authored-by: xiangzihao <zihaoxiang@apache.org>
Co-authored-by: xiangzihao <zihaoxiang@apache.org>
@sonarcloud
Copy link

sonarcloud bot commented Jul 19, 2023

Please retry analysis of this Pull-Request directly on SonarCloud.

@SbloodyS SbloodyS merged commit af2986e into apache:dev Jul 19, 2023
zhongjiajie pushed a commit that referenced this pull request Jul 20, 2023
* feat: cross-workflow parameter passing

* refactor: remove useless parameters

* refactor: remove useless code

* refactor: code format

* docs: update docs

* docs: docs format

* more effective information

Co-authored-by: xiangzihao <zihaoxiang@apache.org>

* more effective information

Co-authored-by: xiangzihao <zihaoxiang@apache.org>

* fix: wrong writing of log code

* fix: perfect error log

---------

Co-authored-by: xiangzihao <zihaoxiang@apache.org>
Co-authored-by: xiangzihao <460888207@qq.com>
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
Co-authored-by: Jay Chung <zhongjiajie955@gmail.com>
(cherry picked from commit af2986e)
biaoma-ty pushed a commit to Kasma-Inc/dolphinscheduler that referenced this pull request Aug 17, 2023
…4552)

* feat: cross-workflow parameter passing

* refactor: remove useless parameters

* refactor: remove useless code

* refactor: code format

* docs: update docs

* docs: docs format

* more effective information

Co-authored-by: xiangzihao <zihaoxiang@apache.org>

* more effective information

Co-authored-by: xiangzihao <zihaoxiang@apache.org>

* fix: wrong writing of log code

* fix: perfect error log

---------

Co-authored-by: xiangzihao <zihaoxiang@apache.org>
Co-authored-by: xiangzihao <460888207@qq.com>
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
Co-authored-by: Jay Chung <zhongjiajie955@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.2.0 for 3.2.0 version backend document feature new feature first time contributor First-time contributor ready-to-merge UI ui and front end related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature][Master][UI] Cross-workflow parameter passing
7 participants