pipeline.input
Entry point of every graph. Exactly one per pipeline. No config; the source comes from the file you submit.
Config
type PipelineInputConfig = Record<string, never>;Example
{ id: 'in', type: 'pipeline.input' }runQueue adds this for you. You only write it in a graph for runPipeline.