-
Notifications
You must be signed in to change notification settings - Fork 4.8k
[DSIP-65] SubWorkflow logic task support pause/kill/recover #16566
New issue
Have a question about this project? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “No 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? No Sign in to your account
[DSIP-65] SubWorkflow logic task support pause/kill/recover #16566
Conversation
012b1d3
to
31eeec4
Compare
f2e6a05
to
33ec598
Compare
33ec598
to
b7b5f99
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.
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
taskInstance.setEndTime(new Date()); | ||
taskInstanceDao.upsertTaskInstance(taskInstance); | ||
super.pause(); | ||
// todo: support pause |
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.
Dependent Task is very important in ds, so I think this is a high priority todo.
If it cannot be completed in a short time, I suggest to add some warn logs here.
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.
Yes, will use #16577 to fix this.
Purpose of the pull request
close #16480
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)
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