I've read and heard several times that, reachability graph is a particular type of Transition System, with one initial and UNDEFINED number of final markings.
But if you construct the reachability graph, you have very clear cases of final markings. Does this mean that you can't know which will be your final marking depending on how you fire the transitions? Because, it's obvious that you can enumerate/count the number of final markings.
The number of reachable markings in a given reachability graph is possibly undefined. It is undefined in the case of a graph which has an infinite number of reachable markings.