A flow can have more than one Start Flow shape.
-
True
-
False
Reveal answer
Fill a bubble to check yourself
B
Correct answer
Explanation
The statement is false - a flow in Pega can have only one Start shape. The Start shape marks the entry point where flow execution begins, and having multiple start points would create ambiguity about where the flow should initiate. This is a fundamental rule in Pega flow design to ensure clear, predictable flow execution.
AI explanation
A flow is designed to have exactly one Start Flow shape marking its single entry point, so that execution always begins from one well-defined place. Allowing multiple start shapes would make the flow's entry point ambiguous, which the flow modeling rules don't permit.