Designer guide
Resolve an occupied connectionSplit and Replace decisions
When a new connection conflicts with an existing consumer, the designer can modify the topology rather than silently overwriting it.
When to use
Use this page while editing or reviewing the graph in the designer.
Behavior
Splitinserts a Split stream after the existing source, reconnects the old consumer through it, and adds the new consumer as another branch.Replaceremoves the conflicting link and creates the requested connection.Cancelleaves the graph unchanged. If the operation had just created a stream, that temporary stream is removed.- If the source is already a Split transformation, another branch is connected directly without inserting a second Split.
Configuration example
Open the designer and select Graph.