SequentialPipelineBlocks is a type of block that chains multiple blocks so they run one after another, passing data along the chain. This guide shows you how to create SequentialPipelineBlocks and how they connect and work together.
AutoPipelineBlocks is a type of block that automatically chooses which blocks to run based on the input. This guide shows you how to create AutoPipelineBlocks.