Skip to content

using operatorTypes and failing createLink call on _autoCreateSubConnector #55

@akondrup

Description

@akondrup

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions