GabrielWithTina opened a new pull request #2631:
URL: https://github.com/apache/incubator-dolphinscheduler/pull/2631
## What is the purpose of the pull request
when call API to create project and process, I need project ID and process
ID to be returned
The version I used is 1.2.0,
When call /dolphinscheduler/projects/create, I can create a project
successfully, but returned message doesn't include project ID I created.
When call /dolphinscheduler/projects/{projectName}/process/save, I can
create a process successfuly but returned message has no process ID.
This make me difficult to maintain the relationship between two systems.
since update API is based on ID not name.
----------------------------------------------------------------
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]