when linking 2 operators that were defined from operatorTypes, the call to this._autoCreateSubConnector causes an error on line 256 because the outputs and inputs properties defined in operatorTypes are set on this.data.operators[operator].internal.properties, not this.data.operators[operator].properties.
im not sure if the fix for this is a check to see if either are defined and set connectorInfos accordingly, or if im missing somewhere that should be pushing the operatorTypes properties back out of internal during the call to createLink.
any ideas?