Flow graph is a graph that contains series of node. Flow graph only perform action if Start has been assigned and only one node marked as start supported in flow graph.
All root that contains node is a flow graph and flow graph support coroutine only if root is function and function return type is IEnumerator or IEnumerable .