For this use case, the routing will be:
- Pipeline 1 is S1 -> P1-> P2-> P3 -> D1
- Pipeline 2 is S1 -> P1 -> P4 -> D2
- Pipeline 3 is S1 -> P1 -> P5 -> P6 -> P7 -> D3
Note: It is possible for records to follow multiple pipelines.
Within the scope of a single pipeline these cardinality rules apply to Sources, Processes, and Targets:
- Source: Always exactly 1
- Process: 0 to many
- Target: 1 to many