pipeline.output

End of a branch. Each output is its own job. suffix labels the result (and the filename) when you fan out.

Config

type PipelineOutputConfig = {
  suffix: string; // default ""
};

Example

{
  id: 'thumb-out',
  type: 'pipeline.output',
  config: { suffix: { value: 'thumb' } },
}

runQueue adds one output for you. Use a graph when you need more than one per input.