JinyLeeChina commented on a change in pull request #5937:
URL: https://github.com/apache/dolphinscheduler/pull/5937#discussion_r681401069
##########
File path:
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ExecutorServiceImpl.java
##########
@@ -549,7 +549,7 @@ private int createCommand(CommandType commandType, int
processDefineId,
command.setCommandParam(JSONUtils.toJsonString(cmdParam));
return processService.createCommand(command);
} else if (runMode == RunMode.RUN_MODE_PARALLEL) {
- List<Schedule> schedules =
processService.queryReleaseSchedulerListByProcessDefinitionCode(processDefineId);
// TODO: next pr change to code
+ List<Schedule> schedules =
processService.queryReleaseSchedulerListByProcessDefinitionCode(processDefineCode);
// TODO: next pr change to code
Review comment:
pls remove notes
--
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]