Link not snapping on port with relinking tool

Hi Walter,

Am trying to implement relinking existing links using the RelinkingTool. I am seeing the diamond handle for relinking, but after dragging the diamond, the blue temporary link appears but doesn’t “snap” to any node. I have looked at the FlowChart example too.

What I tried so far is :- I have AllowRelink = true, set RelinkableFrom=“True” and RelinkableTo=“True” on the link Template. The ports also have LinkableFrom and LinkableTo set to true. Valid portIds exist.

Could you help me understand how to get relinking working?

Regards,
Vibha

If you try relinking in the State Chart sample, does that work for you?

If so, how does its node template’s port declarations differ from yours, ignoring the contents of the nodes, but just concentrating on linking and relinking?

Yes I have tried the state chart example. It has no ports and no port related code in template, hence I was seeing the FlowChart example. Still investigating what is likely causing the issue.

Yes the State Chart Nodes each have a single port.

If you want an example of relinking where nodes have multiple ports, look at the Logic Circuit sample.