Every flow has exactly one Start activity. This activity is created automatically and can't be deleted from a flow. There is one sequence from the start activity to the first activity of a flow.
A flow can have multiple End activities. The End activity will stop the execution of the flow and can have a result value to set the result of the flow. Every End activity will the same result type (e.g. Boolean, Integer, string or custom type).