Skip to content
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

[Bug] Disable delete a specific workflow version when exist workflow instance under this version which is not finish #15730

[Bug] Disable delete a specific workflow version when exist workflow …

e3d8979
Select commit
Failed to load commit list.
Merged

[Bug] Disable delete a specific workflow version when exist workflow instance under this version which is not finish #15730

[Bug] Disable delete a specific workflow version when exist workflow …
e3d8979
Select commit
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Mar 21, 2024 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 220 in dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/ProcessDefinitionController.java

See this annotation in the file changed.

Code scanning / CodeQL

Spurious Javadoc @param tags Note

@param tag "otherParamsJson" does not match any actual parameter of method "updateProcessDefinition()".

Check notice on line 324 in dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/ProcessDefinitionController.java

See this annotation in the file changed.

Code scanning / CodeQL

Spurious Javadoc @param tags Note

@param tag "code" does not match any actual parameter of method "deleteProcessDefinitionVersion()".

Check notice on line 325 in dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/ProcessDefinitionController.java

See this annotation in the file changed.

Code scanning / CodeQL

Spurious Javadoc @param tags Note

@param tag "version" does not match any actual parameter of method "deleteProcessDefinitionVersion()".