Skip to content

Merge branch 'dev' into 17767

44313cb
Select commit
Loading
Failed to load commit list.
Open

[Fix-17767][Master] fix execute task in workflow instance not effective #18000

Merge branch 'dev' into 17767
44313cb
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Mar 25, 2026 in 4s

3 new alerts

New alerts in code changed by this pull request

  • 3 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 85 in dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/engine/command/handler/ExecuteTaskCommandHandler.java

See this annotation in the file changed.

Code scanning / CodeQL

Deprecated method or constructor invocation Note

Invoking
Command.getTaskDependType
should be avoided because it has been deprecated.

Check notice on line 86 in dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/engine/command/handler/ExecuteTaskCommandHandler.java

See this annotation in the file changed.

Code scanning / CodeQL

Deprecated method or constructor invocation Note

Invoking
Command.getTaskDependType
should be avoided because it has been deprecated.

Check notice on line 161 in dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/engine/command/handler/ExecuteTaskCommandHandler.java

See this annotation in the file changed.

Code scanning / CodeQL

Missing catch of NumberFormatException Note

Potential uncaught 'java.lang.NumberFormatException'.