This is an automated email from the ASF dual-hosted git repository.

zhongjiajie pushed a commit to branch 3.0.0-beta-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git

commit e1ff8b87c6602db814321ff637d8339ebbf58e0d
Author: HeChuan <[email protected]>
AuthorDate: Sat May 21 12:25:32 2022 +0800

    [Fix-10057][api] api parameter name misspelling (#10063)
    
    correct parameter name from processDefiniteCode to processDefineCode
    
    (cherry picked from commit 2251876021dea09786c418dfb1325366358a0601)
---
 .../dolphinscheduler/api/controller/ProcessInstanceController.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/ProcessInstanceController.java
 
b/dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/ProcessInstanceController.java
index aee4740d5c..2484d9ec7b 100644
--- 
a/dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/ProcessInstanceController.java
+++ 
b/dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/ProcessInstanceController.java
@@ -97,7 +97,7 @@ public class ProcessInstanceController extends BaseController 
{
      */
     @ApiOperation(value = "queryProcessInstanceListPaging", notes = 
"QUERY_PROCESS_INSTANCE_LIST_NOTES")
     @ApiImplicitParams({
-        @ApiImplicitParam(name = "processDefiniteCode", value = 
"PROCESS_DEFINITION_CODE", dataType = "Long", example = "100"),
+        @ApiImplicitParam(name = "processDefineCode", value = 
"PROCESS_DEFINITION_CODE", dataType = "Long", example = "100"),
         @ApiImplicitParam(name = "searchVal", value = "SEARCH_VAL", type = 
"String"),
         @ApiImplicitParam(name = "executorName", value = "EXECUTOR_NAME", type 
= "String"),
         @ApiImplicitParam(name = "stateType", value = "EXECUTION_STATUS", type 
= "ExecutionStatus"),

Reply via email to