A flow can have multiple end shapes.True or false?
-
True
-
False
In Pega, a flow can have only one end shape. This is by design - flows represent a single business process with a defined termination point. Having multiple end shapes would create ambiguity about which path the process actually took. If you need multiple possible outcomes, you should use different end statuses on the same end shape or use decision shapes to route to appropriate processing before reaching the single end.
To answer this question, you need to understand the concept of flowcharts.
A flowchart is a graphical representation of a process or workflow, where different shapes are used to represent different types of steps. One common type of shape in a flowchart is the "end" shape, which represents the end of the process or workflow.
In a flowchart, there should only be one end shape, as it signifies the termination of the process. Having multiple end shapes would create ambiguity and confusion, as it would be unclear which end shape represents the actual end of the process.
Therefore, the statement "A flow can have multiple end shapes" is false.
The correct answer is B) False.