-
Notifications
You must be signed in to change notification settings - Fork 5k
[Fix-17834] [Master] Fix workflow failure strategy cannot work #17851
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
Conversation
...g/apache/dolphinscheduler/server/master/engine/workflow/policy/IWorkflowFailureStrategy.java
Fixed
Show fixed
Hide fixed
f111c62 to
c481652
Compare
c481652 to
a645d18
Compare
| public interface IWorkflowFailureStrategy { | ||
|
|
||
| void onTaskFailure(IWorkflowExecutionRunnable workflowExecutionRunnable, | ||
| ITaskExecutionRunnable taskExecutionRunnable); |
Check notice
Code scanning / CodeQL
Useless parameter Note
| ITaskExecutionRunnable taskExecutionRunnable); | ||
|
|
||
| boolean canTriggerSuccessor(IWorkflowExecutionRunnable workflowExecutionRunnable, | ||
| ITaskExecutionRunnable taskExecutionRunnable); |
Check notice
Code scanning / CodeQL
Useless parameter Note
| @Getter | ||
| private final List<IWorkflowLifecycleListener> workflowInstanceLifecycleListeners; | ||
|
|
||
| @Getter |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
IWorkflowExecutionRunnable.getWorkflowFailureStrategy
a561ee4 to
5afe620
Compare
SbloodyS
left a comment
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
5afe620 to
7f967df
Compare
|



Purpose of the pull request
close #17834
Brief change log
Verify this pull request
Test by IT case.
Pull Request Notice
Pull Request Notice
If your pull request contains incompatible change, you should also add it to
docs/docs/en/guide/upgrade/incompatible.md