Open
Description
Currently, it's possible to create a group where the children are pipelines:
children (Iterator[Message|group|pipeline]) – A sequence of messages, groups or pipelines.
However, it doesn't seem to be possible to create a pipeline with group as children:
children (Iterator[Message|pipeline]) – A sequence of messages or pipelines. Child pipelines are flattened into the resulting pipeline.
Any plan to add this feature? Or any suggestions on how to implement it?