N
Novuβ€’3mo ago
Mohamed

Is there any way to let a specific channel node to have 3 handles top, left, right ?

I want to build a new channel node that 3 handles, top connects it to the prv node, and left and right (wanna show addNode btn) allowing the user to add new channel node on each side, to end it up has tree node. found this img on react-flow docs, it's so similar to what i need to do. Does this idea doable ?. really appreciate your help. thx πŸ™‚
No description
2 Replies
Pawan Jain
Pawan Jainβ€’3mo ago
@Mohamed Thanks for sharing the image. Currently, it is not possible. To support this structure, we will have to change many things in our workflow trigger execution. Currently, our workflows are linear in nature. Would you like to share more about your usecase?
Mohamed
Mohamedβ€’3mo ago
@Pawan Jain thx for fast response. simply that specific node will be based on some heady criteria and conditions, for instance, if conditions pass move forward with left side/branch if fails stick with the right side/branch. but here I'm more interested in Web module (how to make things work on UI) , is there any path I can take to allow me achieving such a usecase inside WorkFlow components ? Do you recommend any components I should invest more time to investigate how to scale them to be able to do such a thing. thx in advance