You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar issues.
What happened
Hi,I found that the dependent tasks in the DAG of the process instance cannot be displayed.
I think it should be caused by the modification of the log format in this PR.
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.
Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
In order for us to understand your request as soon as possible, please provide detailed information, version or pictures.
If you haven't received a reply for a long time, you can join our slack and send your question to channel #troubleshooting
ralphgj
changed the title
[Bug] [API] Process instance can't show dependent task
[Bug] [API] Process instance DAG can't show dependent task
Mar 22, 2023
Search before asking
What happened
Hi,I found that the dependent tasks in the DAG of the process instance cannot be displayed.
I think it should be caused by the modification of the log format in this PR.
In the
ProcessInstanceServiceImpl#parseLogForDependentResult
method, it appears to attempt parsing the running result of the dependent task using theDEPENDENT_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.
Anything else
No response
Version
3.1.4
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: