-
Notifications
You must be signed in to change notification settings - Fork 147
Closed
Labels
Description
I was looking to your documentation, blog and your support forum, but i found no suitable sample on how to validate the connections between nodes. I tried to use ports and the ConnectionChange action but i failed to get it working.
I have the requirement to provide different kind of nodes where each node type has it's own set of rules which defines which other node type is allowed to connect to.
Sample:
NodeA - allows no inbound connection, but allows to connect to NodeB and Node C
NodeB - allows inbound connections from NodeA and allows to connect to Node D
NodeC - allows inbound connections from NodeA and allow outbound connections to NodeD
NodeD - allows inbound connections from NodeB and NodeC only