Skip to content

any hints for debugging a bad diagram (I assume that is the problem) #29

Answered by csgoh
macaroni57 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, there are two common issues related to this.

  1. One element can only have a maximum of 4 connections (incoming and outgoing). Some of the elements you added has more than 4. To overcome this, you can use gateway to join/merge multiple connections. Example: node_Feature, etc.
  2. Element cannot be started on its own (i.e. start and end in the same element). Check node_Create_feature_test_ you have in your code)

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…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@macaroni57
Comment options

@csgoh
Comment options

csgoh Aug 5, 2023
Maintainer

Answer selected by macaroni57
@macaroni57
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants