Hi, A FlightGetInfo plan corresponds to a single logical dataset. The dataset may be spread across multiple endpoints, so if you want the whole dataset you have to execute DoGet against them all.
I'm not sure what you mean by "provide more than one execution plan". - Wes On Tue, Apr 2, 2019 at 7:54 PM ming zhang <ming.zhang.ch...@gmail.com> wrote: > > Hi All > > Wonder how to understand this comment? > > Looks like this assume we only have one "itinerary" and finish it need to > consume all the flight endpoints. > > /* > * A list of endpoints associated with the flight. To consume the whole > * flight, all endpoints must be consumed. > */ > > What if we do want to provide more than one execution plan (itinerary) and > each have multiple steps? > > Thanks > Ming