Multiple choice technology

  1. How could you use a Flow shape to branch to another flow without returning control?

  1. (a) Do not have any connectors emanating from the Flow shape

  2. (b) In the Flow parameters, select Branch, not Call

  3. (c) You cannot use a Flow shape to branch to another flow

  4. none of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

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.