Parallel

    1. branches defines the list of filter and subscriber pairs, one per branch, and optionally a reply object. For each branch:
      1. (optional) the filter is evaluated and when it returns an event the subscriber is executed. Both filter and must be Addressable.
      2. the event returned by the subscriber is sent to the branch reply object. When the reply is empty, the event is sent to the spec.reply object (see below).
    2. (optional) reply defines where the result of each branch is sent to when the branch does not have its own object.

    Parallel Status

    1. conditions which details the overall status of the Parallel object
    2. ingressChannelStatus and branchesStatuses which convey the status of underlying Channel and Subscription resource that are created as part of this Parallel.

    Examples