Skip to content

add warningGroupId

65e9b5e
Select commit
Loading
Failed to load commit list.
Open

[Fix-17817][Master]Add workflow timeout event and handle #18063

add warningGroupId
65e9b5e
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Mar 23, 2026 in 25s

1 new alert

New alerts in code changed by this pull request

  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 38 in dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/engine/workflow/lifecycle/event/WorkflowTimeoutLifecycleEvent.java

See this annotation in the file changed.

Code scanning / CodeQL

Missing Override annotation Note

This method overrides
AbstractWorkflowLifecycleLifecycleEvent.getWorkflowExecutionRunnable
; it is advisable to add an Override annotation.