Allow 2nd link of same direction between nodes?

In our product we have a situation where a Job (instance) can be updated from its Process (definition). If a link was deleted in the Process, it’s not deleted but marked as disabled in the Job. The user has the option to display disabled links or hide them (visible: false) so they are in the model data. Is this situation if the user wants to add the link back to the Job they can’t because there’s an existing link (although marked as disabled).

Is there any way for us to allow the user to draw a 2nd link when the current is disabled?

Allow duplicate links?
https://gojs.net/latest/intro/validation.html#LinkableDuplicatesProperties

Walter is there any way to limit it to only 2 links? What would really be nice is to be able to set a property on the “disabled” link to allow one additional but guessing that isn’t possible?

Keep reading that page…