提交 a1b918c3 编写于 作者: G gabry.wu 提交者: Tboy

[Feature] createSchedule should return schedule's Id (#1861)

issue: https://github.com/apache/incubator-dolphinscheduler/issues/1860
上级 30db5c14
......@@ -167,6 +167,7 @@ public class SchedulerService extends BaseService {
processDefinitionMapper.updateById(processDefinition);
putMsg(result, Status.SUCCESS);
result.put("scheduleId", scheduleObj.getId());
return result;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册