github-actions[bot] commented on issue #6047:
URL: 
https://github.com/apache/dolphinscheduler/issues/6047#issuecomment-907078567


   **[BUG][Critical] Creation process api returns data error**
   
   **DolphinScheduler version**
    -[master]
   
   **Problem Description**
   ProcessDefinitionService.createProcessDefinition()
   The method is expected to return the process id
   Code: result.put(PROCESSDEFINITIONID,processDefine.getId());
   But in the upper ProcessDefinitionController.createProcessDefinition(), the 
value is filtered out and it is not returned.
   
   **Expected performance:**
   Call to create process interface Return process 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]


Reply via email to