Skip to content

Merging syntax with new operator #174

Open
@bfrgoncalves

Description

@bfrgoncalves

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions