To branch to another flow without returning control, you create a Flow shape with no outgoing connectors. When the called flow completes, there is no path back to the original flow, so control does not return. This effectively creates a one-way transfer to the new flow. Option B is incorrect because Flow shapes do not have a Branch vs Call parameter in their basic configuration.