Picks the first available map from two possible execution pipelines, so a map still reaches the rest of the model even when one of the pipelines that could produce it does not run.
None.
| Name | Type | Description |
|---|---|---|
| Map | Map Type | Map picked. |
The inputs are checked in order — Possible Map 1, then Possible Map 2 — and the first one that has a map is passed to the output. If neither input has a map, the output is left without one, which allows chaining several junctions together to combine more than two possible pipelines.
This functor is typically placed after a container whose execution is conditional, such as If Then or Skip On Error, so a default map is still available when that container's content does not run or does not finish.
This functor was previously known as “JoinMap”.
MapJunction