Skip to content

Commit

Permalink
Fix apache#16978 AbstractDelayEvent compare method is incorrect-fix C…
Browse files Browse the repository at this point in the history
…odeQL
  • Loading branch information
lile committed Jan 23, 2025
1 parent d9baca0 commit 7bf71e8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ public void killEventAction(final IWorkflowExecutionRunnable workflowExecutionRu
final ITaskExecutionRunnable taskExecutionRunnable,
final TaskKillLifecycleEvent taskKillEvent) {
throwExceptionIfStateIsNotMatch(taskExecutionRunnable);
final IWorkflowExecutionGraph workflowExecutionGraph = taskExecutionRunnable.getWorkflowExecutionGraph();
// for now, killEventAction can be fired on failure with retry
// there is no task executor now, shouldn't call workflowExecutionGraph.isTaskExecutionRunnableActive()
// it's better to call super.killedEventAction() direct
Expand Down

0 comments on commit 7bf71e8

Please sign in to comment.