ralphgj opened a new issue, #13780: URL: https://github.com/apache/dolphinscheduler/issues/13780
### 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 Hi,I found that the dependent tasks in the DAG of the process instance cannot be displayed. <img width="1642" alt="image" src="https://user-images.githubusercontent.com/7887053/226829498-c5a965e2-6e2e-42fd-8da8-418bfff4bc64.png"> <img width="1625" alt="image" src="https://user-images.githubusercontent.com/7887053/226829465-1a259110-3ca4-4880-87f2-f01ca74e8c1a.png"> I think it should be caused by the modification of the log format in this [PR](https://github.com/apache/dolphinscheduler/pull/10593/files). <img width="1725" alt="image" src="https://user-images.githubusercontent.com/7887053/226829272-8b1b5c14-4ef1-4459-81e8-db49e105a88e.png"> In the `ProcessInstanceServiceImpl#parseLogForDependentResult` method, it appears to attempt parsing the running result of the dependent task using the `DEPENDENT_SPLIT` constant. Additionally, the running result in the log has been modified. So the parse method will not work too. ### What you expected to happen The process instance DAG displays dependent tasks in the same way as the process definition DAG. ### How to reproduce Create two process definitions like the following screenshots. <img width="1618" alt="image" src="https://user-images.githubusercontent.com/7887053/226830695-548ccdec-64e0-4328-b339-d4aba67401f0.png"> <img width="1447" alt="image" src="https://user-images.githubusercontent.com/7887053/226830775-b6983bf6-7f51-4382-bd52-8f5d8c8f137d.png"> <img width="1527" alt="image" src="https://user-images.githubusercontent.com/7887053/226830819-a8ec1726-a96b-4a70-833e-083c5985f568.png"> ### Anything else _No response_ ### Version dev ### 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]
