hstdream commented on code in PR #10468:
URL: https://github.com/apache/dolphinscheduler/pull/10468#discussion_r898821344


##########
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/ProcessDefinitionController.java:
##########
@@ -113,9 +126,10 @@ public Result createProcessDefinition(@ApiIgnore 
@RequestAttribute(value = Const
                                           @RequestParam(value = "tenantCode", 
required = true) String tenantCode,
                                           @RequestParam(value = 
"taskRelationJson", required = true) String taskRelationJson,
                                           @RequestParam(value = 
"taskDefinitionJson", required = true) String taskDefinitionJson,
+                                          @RequestParam(value = 
"otherParamsJson", required = false) String otherParamsJson,

Review Comment:
   Modified



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to