What is it?

This architecture pattern is applied when input data should be heavily manipulated. A input is processed by a series of different components, which each of them perform an isolated process.

In this case, it’s common to see different nodes types for each identifiable workflow, to ease compute.