Open
Description
At the moment, Flowcraft does not provide syntax in the pipeline string to define merge of outputs from multiple components into a single component . To allow that, a new operator should be added and be classified as the merge operator.
I propose the following sintax:
( (A | B ) > C ) | D ) > E
,
where the outputs of A & B
would be given as input for C
and the outputs of C & D
would be passed as input for E
.
These modifications also require setting up the total number of accepted inputs on the merging components, instead of only accepting one main input.