Implement scatter/gather workflows
There is work going on to add better scatter/gather support in SciPipe (Issue #20). In the meanwhile, have a look at this example on GitHub which demonstrates one way of doing a scatter gather operation, using the Splitter component (see line 24) and two concatenator components (see lines 38-39) to do the scatter, and gather, operations respectively.