Flow is a container for flow elements connected by transitions. It is a base class for other flow types - Supplier Flow, Consumer Flow, and Function Flow.

Flow does not take inputs and does not produce outputs. As such it does not support Start and End - it is an element graph consisting of Suppliers, Functions, Consumers, and Error Handlers