li848689491 opened a new issue, #15335:
URL: https://github.com/apache/dolphinscheduler/issues/15335

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and 
found no similar issues.
   
   
   ### What happened
   
   **Why cannot I obtain the instance ID from the API response after starting 
the process instance?**
   **My request and response are as follows:**
   request:
   
`http://10.34.248.21:12345/dolphinscheduler/projects/11963600331072/executors/start-process-instance?processDefinitionCode=11963630498240&scheduleTime=2022-04-06%2000%3A00%3A00%2C2022-04-06%2000%3A00%3A00&failureStrategy=END&warningType=NONE&processInstancePriority=HIGHEST
   `
   response:
   `{
     "code": 0,
     "msg": "成功",
     "data": 11964360338112,
     "failed": false,
     "success": true
   }`
   **Now I have two questions:**
   1. How can I obtain the process instance ID?
   2. What does the data content in the response represent?
   
   ### What you expected to happen
   
   I hope that after calling the API that initiates the process instance, I can 
obtain the ID of the process instance initiated by this call.
   
   ### How to reproduce
   
   Calling API:executors/start-process-instance
   
   
   
   ### Anything else
   
   no
   
   ### Version
   
   3.2.x
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


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