any hints for debugging a bad diagram (I assume that is the problem) #29
-
I am generating a diagram from an excel file and getting an error in the .draw() function (see below). Are there any hints for debugging a diagram? Also, I think it would be handy to have a method on the process map object such that it generated properly indented code for drawing the diagram that was specified. That might allow me to determine where the error might lie. Also, is there a requirement that there can only be one flow through the process nodes? Or can a set of process nodes belong to one flow and another set belongs to another flow? ┌───────────────────── Traceback (most recent call last) ─────────────────────┐ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
If you could share you code, I could help see where the problem is. |
Beta Was this translation helpful? Give feedback.
Hi, there are two common issues related to this.
I managed to get your code to work but not very pretty. The ProcessPiper is still in early days of development and some connections are overlapped and not drawn properly. I will try to fix it in the subsequence releases and update the document to reflect the maximum connection limit.
H…