[DSIP-67] Use command to trigger workflow instance rather generate workflow instance#16523
Merged
caishunfeng merged 1 commit intoapache:devfrom Aug 28, 2024
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
| 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
SbloodyS
reviewed
Aug 27, 2024
Member
SbloodyS
left a comment
There was a problem hiding this comment.
CI failed. Please check it. @ruanwenjun
43b6bd0 to
244b7f2
Compare
244b7f2 to
6a3505f
Compare
6a3505f to
b9d4032
Compare
b9d4032 to
5674832
Compare
5674832 to
8fec4a4
Compare
|
SbloodyS
approved these changes
Aug 28, 2024
3 tasks
|
Will this PR merge into section 3.1.9? |
|
Hi, this RP will be merged into those versions, and at what point in time will the merge take place @caishunfeng @ruanwenjun |
Member
|
It will be released in the 3.3.0-release. @wallfacers @LiJie20190102 |
|
Version 3.3.0 When will it be released @SbloodyS |
Member
We hope to release it in 2025. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


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