-
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
fix: start param for wf not work #15544
Conversation
@@ -199,7 +224,7 @@ public Map<String, Property> paramParsingPreparation(@NonNull TaskInstance taskI | |||
} | |||
|
|||
if (MapUtils.isNotEmpty(cmdParam)) { | |||
prepareParamsMap.putAll(ParameterUtils.getUserDefParamsMap(cmdParam)); | |||
prepareParamsMap.putAll(parseWorkflowStartParam(cmdParam)); |
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.
the key reason for this bug.
and others just for some refactor
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 if CI pass
Hi, @zhongjiajie please fix the CI |
30b427e
to
d52aa5a
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## dev #15544 +/- ##
============================================
- Coverage 38.40% 38.39% -0.02%
+ Complexity 4752 4747 -5
============================================
Files 1305 1305
Lines 44847 44831 -16
Branches 4810 4801 -9
============================================
- Hits 17225 17213 -12
+ Misses 25748 25744 -4
Partials 1874 1874 ☔ View full report in Codecov by Sentry. |
Quality Gate passedThe SonarCloud Quality Gate passed, but some issues were introduced. 2 New issues |
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
fix: #15280
Purpose of the pull request
Brief change log
Verify this pull request
This pull request is code cleanup without any test coverage.
(or)
This pull request is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
(or)
If your pull request contain incompatible change, you should also add it to
docs/docs/en/guide/upgrede/incompatible.md