🎴 Flashcard Mode

web technology Online Quiz - 80

Card1 / 20
Mastered0
Review0
QuestionClick to flip

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

AnswerClick to flip back
A
(a) Do not have any connectors emanating from the Flow shape
💡 Explanation:

To branch to another flow without returning control, you simply do not have any connectors emanating from the Flow shape. This creates a one-way transfer - execution continues in the called flow and never returns to the original flow. The Flow parameters do not have a 'Branch' option.

Change Mode