MrTaozui opened a new issue #6047:
URL: https://github.com/apache/dolphinscheduler/issues/6047
**[BUG][Critical] 创建流程api 返回数据错误**
**DolphinScheduler版本**
-[master]
**问题描述**
ProcessDefinitionService.createProcessDefinition()
方法中预计返回流程id
代码处:result.put(PROCESSDEFINITIONID,processDefine.getId());
但是上层ProcessDefinitionController.createProcessDefinition()中 把值过滤掉了并没有返回。
**期望的表现:**
调用创建流程接口 返回流程id
--
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]