ruanwenjun commented on code in PR #16715:
URL: 
https://github.com/apache/dolphinscheduler/pull/16715#discussion_r1814379341


##########
dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/expand/CuringParamsServiceImpl.java:
##########
@@ -180,12 +180,16 @@ public Map<String, Property> 
parseWorkflowFatherParam(@Nullable Map<String, Stri
      * @param taskInstance
      * @param parameters
      * @param workflowInstance
+     * @param projectName
+     * @param workflowDefinitionName
      * @return
      */
     @Override
     public Map<String, Property> paramParsingPreparation(@NonNull TaskInstance 
taskInstance,
                                                          @NonNull 
AbstractParameters parameters,
-                                                         @NonNull 
WorkflowInstance workflowInstance) {
+                                                         @NonNull 
WorkflowInstance workflowInstance,
+                                                         String projectName,
+                                                         String 
workflowDefinitionName) {

Review Comment:
   ```suggestion
                                                            Project project,
                                                            WorkflowDefinition 
workflowDefinition) {
   ```



-- 
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