The image shows a console view of how an flowN activity executes. The following actions take place:

  1. A receive activity receives a request to get descriptions of the hotels.

  2. The getHotelsN flowN activity looks up the required number of hotels, which in this case is three.

  3. Within each hotel lookup branch, an assign activity sets an ID for the hotel, and then performs an invoke activity for that hotel's description.

  4. After the flowN activity completes, the callbackClient invoke activity contacts the client application with the hotels' descriptions.