GOTO ports and scope

GOTO ports are very useful in cleaning up a diagram, side-stepping the problem with having multiple connection to a single wire, and preventing the issues with wires becoming mangled after closing and re-opening a file. But there is a question that remains of scope with respect to super blocks. Are they global to a file that has nested super blocks?

Hello,

You can configure the GOTO tag visibility on the block parameters.
image

local is only on the current layer.
scoped is a variable defined in this layer and all the layer before.
global is all layers.