-
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
[DSIP-67] Use command to trigger workflow instance rather generate workflow instance #16523
[DSIP-67] Use command to trigger workflow instance rather generate workflow instance #16523
Conversation
75d8821
to
cf8ba93
Compare
} | ||
|
||
private void doBackfillDependentWorkflow(final BackfillWorkflowCommandParam backfillWorkflowCommandParam, | ||
final Command backfillCommand) { | ||
private void doBackfillDependentWorkflow(final BackfillWorkflowDTO backfillWorkflowDTO, |
Check notice
Code scanning / CodeQL
Useless parameter Note
private void doBackfillDependentWorkflow(final BackfillWorkflowCommandParam backfillWorkflowCommandParam, | ||
final Command backfillCommand) { | ||
private void doBackfillDependentWorkflow(final BackfillWorkflowDTO backfillWorkflowDTO, | ||
final List<String> backfillTimeList) { |
Check notice
Code scanning / CodeQL
Useless parameter Note
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.
CI failed. Please check it. @ruanwenjun
43b6bd0
to
244b7f2
Compare
244b7f2
to
6a3505f
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.
LGTM overall.
6a3505f
to
b9d4032
Compare
b9d4032
to
5674832
Compare
5674832
to
8fec4a4
Compare
Quality Gate failedFailed conditions |
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 overall
Will this PR merge into section 3.1.9? |
Purpose of the pull request
close #16485
Brief change log
TriggerRelation
, since we can directly use workflow instance id to track workflow instance.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)
Pull Request Notice
Pull Request Notice
If your pull request contain incompatible change, you should also add it to
docs/docs/en/guide/upgrede/incompatible.md