Chris-Arith opened a new issue, #13205: URL: https://github.com/apache/dolphinscheduler/issues/13205
### 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 I use the this api `/dolphinscheduler/projects/{projectCode}/executors/start-process-instance` to run process in my own client, and i want it to run from the failed task, so i set `execType=START_FAILURE_TASK_PROCESS`, but it will always run from the first task. I tried all the enums in `CommandType` and it had no different, it seems this param have no effect? ### What you expected to happen the process start from the failed task ### How to reproduce follow my description ### Anything else I think it would be better to return a `processInstanceId `after process successfully started, so that we have no need to check the list by processDefinitonCode and get the latest one. ### Version 3.0.x ### Are you willing to submit PR? - [X] 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]
