(Flow) Final Node
No code is generated for flow final nodes.
To explicitly end an activity, use final nodes which generate a return
statement.
Info
Since you can link an ObjectFlows to a "return" ParameterNodes anytime inside an Activity we depend on ControlFlows and Final nodes to specify when the return
should be "called".