WilliamChen-luckbob opened a new issue #4668:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4668


   While I'm creating a new dag by 
api(/dolphinscheduler/projects/{projectName}/process/save), I have found that 
in response data there is only null while the request was seccessfully send and 
achieved code 201 created like this:
   
![image](https://user-images.githubusercontent.com/58684828/106719196-f9cd8a00-663c-11eb-9fa9-21af21573c69.png)
   In official documentations I have found several ways to send this request. 
But I chose the way which UI did to save the dag.
   For example, shown below: even in UI(opened by chrome ) , nothing will 
return from the response so I cannot achieve the new dag id after creating it.
   
![image](https://user-images.githubusercontent.com/58684828/106719832-b4f62300-663d-11eb-81b0-5e7a801b1e93.png)
   
![image](https://user-images.githubusercontent.com/58684828/106719852-ba536d80-663d-11eb-8d2e-6591d5ab9507.png)
   
![image](https://user-images.githubusercontent.com/58684828/106719877-c3dcd580-663d-11eb-83e9-dd440e9134d5.png)
   
   I have no idea how to get that dag id, I've tried form-data, 
x-www-form-urlencoded, json, and also put all the parameters in path 
   just like which was shown in 
issue[#3604](https://github.com/apache/incubator-dolphinscheduler/issues/3604)
   I have also checked the source code to see if there is something wrong with 
feature 1.3.4 release, but obviously there is a feedback dag id in response .
   so why I cannot get the response data? Please give me some help.
   
   
   **Which version of DolphinScheduler:**
    -[1.3.4-release]
   
   
   


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to